Uses of Class
org.djunits.unit.SolidAngleUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of SolidAngleUnit in org.djunits.unit
Fields in org.djunits.unit declared as SolidAngleUnit Modifier and Type Field Description static SolidAngleUnit
SolidAngleUnit. SI
The SI unit for solid angle is steradian.static SolidAngleUnit
SolidAngleUnit. SQUARE_DEGREE
square degree.static SolidAngleUnit
SolidAngleUnit. STERADIAN
steradian.Fields in org.djunits.unit with type parameters of type SolidAngleUnit Modifier and Type Field Description static Quantity<SolidAngleUnit>
SolidAngleUnit. BASE
The base, with "sr" as the SI signature. -
Uses of SolidAngleUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as SolidAngleUnit Modifier and Type Field Description static SolidAngleUnit
UNITS. SQUARE_DEGREE
static SolidAngleUnit
UNITS. STERADIAN
-
Uses of SolidAngleUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type SolidAngleUnit Modifier and Type Method Description SolidAngleMatrix
SIMatrix. asSolidAngle(SolidAngleUnit displayUnit)
Return the current matrix as a solidangle matrix, and provide a display unit.SolidAngleMatrix
SolidAngleMatrix. instantiateMatrix(DoubleMatrixData dmd, SolidAngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.SolidAngle
SolidAngleMatrix. instantiateScalarSI(double valueSI, SolidAngleUnit displayUnit)
Instantiate a new scalar for the class of this matrix.SolidAngleVector
SolidAngleMatrix. instantiateVector(DoubleVectorData dvd, SolidAngleUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type SolidAngleUnit Constructor Description SolidAngleMatrix(DoubleMatrixData data, SolidAngleUnit unit)
-
Uses of SolidAngleUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type SolidAngleUnit Modifier and Type Method Description SolidAngle
SIScalar. asSolidAngle(SolidAngleUnit displayUnit)
Return the current scalar as a solidangle, and provide a display unit.SolidAngle
SolidAngle. instantiateRel(double value, SolidAngleUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type SolidAngleUnit Constructor Description SolidAngle(double value, SolidAngleUnit unit)
Construct SolidAngle scalar. -
Uses of SolidAngleUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type SolidAngleUnit Modifier and Type Method Description SolidAngleVector
SIVector. asSolidAngle(SolidAngleUnit displayUnit)
Return the current vector as a solidangle vector, and provide a display unit.SolidAngle
SolidAngleVector. instantiateScalarSI(double valueSI, SolidAngleUnit displayUnit)
Instantiate a new scalar for the class of this vector.SolidAngleVector
SolidAngleVector. instantiateVector(DoubleVectorData dvd, SolidAngleUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type SolidAngleUnit Constructor Description SolidAngleVector(DoubleVectorData data, SolidAngleUnit displayUnit)
Construct an SolidAngleVector from an internal data object. -
Uses of SolidAngleUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type SolidAngleUnit Modifier and Type Method Description FloatSolidAngleMatrix
FloatSIMatrix. asSolidAngle(SolidAngleUnit displayUnit)
Return the current matrix as a solidangle matrix, and provide a display unit.FloatSolidAngleMatrix
FloatSolidAngleMatrix. instantiateMatrix(FloatMatrixData fmd, SolidAngleUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatSolidAngle
FloatSolidAngleMatrix. instantiateScalarSI(float valueSI, SolidAngleUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatSolidAngleVector
FloatSolidAngleMatrix. instantiateVector(FloatVectorData fvd, SolidAngleUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type SolidAngleUnit Constructor Description FloatSolidAngleMatrix(FloatMatrixData data, SolidAngleUnit unit)
-
Uses of SolidAngleUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type SolidAngleUnit Modifier and Type Method Description FloatSolidAngle
FloatSIScalar. asSolidAngle(SolidAngleUnit displayUnit)
Return the current scalar as a solidangle, and provide a display unit.FloatSolidAngle
FloatSolidAngle. instantiateRel(float value, SolidAngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type SolidAngleUnit Constructor Description FloatSolidAngle(double value, SolidAngleUnit unit)
Construct FloatSolidAngle scalar using a double value.FloatSolidAngle(float value, SolidAngleUnit unit)
Construct FloatSolidAngle scalar. -
Uses of SolidAngleUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type SolidAngleUnit Modifier and Type Method Description FloatSolidAngleVector
FloatSIVector. asSolidAngle(SolidAngleUnit displayUnit)
Return the current vector as a solidangle vector, and provide a display unit.FloatSolidAngle
FloatSolidAngleVector. instantiateScalarSI(float valueSI, SolidAngleUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatSolidAngleVector
FloatSolidAngleVector. instantiateVector(FloatVectorData fvd, SolidAngleUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type SolidAngleUnit Constructor Description FloatSolidAngleVector(FloatVectorData data, SolidAngleUnit unit)
Construct an FloatSolidAngleVector from an internal data object.