Uses of Class
org.djunits.unit.SolidAngleUnit
-
Packages that use 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 SolidAngleUnitSolidAngleUnit. SIThe SI unit for solid angle is steradian.static SolidAngleUnitSolidAngleUnit. SQUARE_DEGREEsquare degree.static SolidAngleUnitSolidAngleUnit. STERADIANsteradian.Fields in org.djunits.unit with type parameters of type SolidAngleUnit Modifier and Type Field Description static Quantity<SolidAngleUnit>SolidAngleUnit. BASEThe 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 SolidAngleUnitUNITS. SQUARE_DEGREEstatic SolidAngleUnitUNITS. 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 SolidAngleMatrixSIMatrix. asSolidAngle(SolidAngleUnit displayUnit)Return the current matrix as a solidangle matrix, and provide a display unit.SolidAngleMatrixSolidAngleMatrix. instantiateMatrix(DoubleMatrixData dmd, SolidAngleUnit displayUnit)Instantiate a new matrix of the class of this matrix.SolidAngleSolidAngleMatrix. instantiateScalarSI(double valueSI, SolidAngleUnit displayUnit)Instantiate a new scalar for the class of this matrix.SolidAngleVectorSolidAngleMatrix. 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 SolidAngleSIScalar. asSolidAngle(SolidAngleUnit displayUnit)Return the current scalar as a solidangle, and provide a display unit.SolidAngleSolidAngle. 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 SolidAngleVectorSIVector. asSolidAngle(SolidAngleUnit displayUnit)Return the current vector as a solidangle vector, and provide a display unit.SolidAngleSolidAngleVector. instantiateScalarSI(double valueSI, SolidAngleUnit displayUnit)Instantiate a new scalar for the class of this vector.SolidAngleVectorSolidAngleVector. 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 FloatSolidAngleMatrixFloatSIMatrix. asSolidAngle(SolidAngleUnit displayUnit)Return the current matrix as a solidangle matrix, and provide a display unit.FloatSolidAngleMatrixFloatSolidAngleMatrix. instantiateMatrix(FloatMatrixData fmd, SolidAngleUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatSolidAngleFloatSolidAngleMatrix. instantiateScalarSI(float valueSI, SolidAngleUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatSolidAngleVectorFloatSolidAngleMatrix. 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 FloatSolidAngleFloatSIScalar. asSolidAngle(SolidAngleUnit displayUnit)Return the current scalar as a solidangle, and provide a display unit.FloatSolidAngleFloatSolidAngle. 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 FloatSolidAngleVectorFloatSIVector. asSolidAngle(SolidAngleUnit displayUnit)Return the current vector as a solidangle vector, and provide a display unit.FloatSolidAngleFloatSolidAngleVector. instantiateScalarSI(float valueSI, SolidAngleUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatSolidAngleVectorFloatSolidAngleVector. 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.
-