Uses of Class
org.djunits.unit.SolidAngleUnit
Packages that use SolidAngleUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
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 SolidAngleUnitModifier and TypeFieldDescriptionstatic final SolidAngleUnit
SolidAngleUnit.SI
The SI unit for solid angle is steradian.static final SolidAngleUnit
SolidAngleUnit.SQUARE_DEGREE
square degree.static final SolidAngleUnit
SolidAngleUnit.STERADIAN
steradian.Fields in org.djunits.unit with type parameters of type SolidAngleUnitModifier and TypeFieldDescriptionstatic final 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 SolidAngleUnitModifier and TypeFieldDescriptionstatic final SolidAngleUnit
UNITS.SQUARE_DEGREE
static final SolidAngleUnit
UNITS.STERADIAN
-
Uses of SolidAngleUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type SolidAngleUnitModifier and TypeMethodDescriptionfinal SolidAngleMatrix
SIMatrix.asSolidAngle
(SolidAngleUnit displayUnit) Return the current matrix as a solidangle matrix, and provide a display unit.SolidAngleMatrix.instantiateMatrix
(DoubleMatrixData dmd, SolidAngleUnit displayUnit) SolidAngleMatrix.instantiateScalarSI
(double valueSI, SolidAngleUnit displayUnit) SolidAngleMatrix.instantiateVector
(DoubleVectorData dvd, SolidAngleUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type SolidAngleUnitModifierConstructorDescriptionSolidAngleMatrix
(double[][] data, SolidAngleUnit displayUnit) Construct a SolidAngleMatrix from a double[][] object.SolidAngleMatrix
(double[][] data, SolidAngleUnit displayUnit, StorageType storageType) Construct a SolidAngleMatrix from a double[][] object.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(DoubleMatrixData data, SolidAngleUnit displayUnit) Construct a SolidAngleMatrix from an internal data object.SolidAngleMatrix
(SolidAngle[][] data, SolidAngleUnit displayUnit) Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.SolidAngleMatrix
(SolidAngle[][] data, SolidAngleUnit displayUnit, StorageType storageType) Construct a SolidAngleMatrix from an array of an array of SolidAngle objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type SolidAngleUnitModifierConstructorDescriptionSolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, int rows, int cols) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, int rows, int cols, StorageType storageType) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects.SolidAngleMatrix
(Collection<DoubleSparseValue<SolidAngleUnit, SolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a SolidAngleMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of SolidAngleUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type SolidAngleUnitModifier and TypeMethodDescriptionfinal SolidAngle
SIScalar.asSolidAngle
(SolidAngleUnit displayUnit) Return the current scalar as a solidangle, and provide a display unit.final SolidAngle
SolidAngle.instantiateRel
(double value, SolidAngleUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type SolidAngleUnitModifierConstructorDescriptionSolidAngle
(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 SolidAngleUnitModifier and TypeMethodDescriptionfinal SolidAngleVector
SIVector.asSolidAngle
(SolidAngleUnit displayUnit) Return the current vector as a solidangle vector, and provide a display unit.SolidAngleVector.instantiateScalarSI
(double valueSI, SolidAngleUnit displayUnit) SolidAngleVector.instantiateVector
(DoubleVectorData dvd, SolidAngleUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type SolidAngleUnitModifierConstructorDescriptionSolidAngleVector
(double[] data, SolidAngleUnit displayUnit) Construct an SolidAngleVector from a double[] object.SolidAngleVector
(double[] data, SolidAngleUnit displayUnit, StorageType storageType) Construct an SolidAngleVector from a double[] object.SolidAngleVector
(List<? extends Number> data, SolidAngleUnit displayUnit) Construct an SolidAngleVector from a list of Number objects or a list of SolidAngle objects.SolidAngleVector
(List<? extends Number> data, SolidAngleUnit displayUnit, StorageType storageType) Construct an SolidAngleVector from a list of Number objects or a list of SolidAngle objects.SolidAngleVector
(Map<Integer, ? extends Number> data, int size, SolidAngleUnit displayUnit) Construct an SolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SolidAngle objects.SolidAngleVector
(Map<Integer, ? extends Number> data, int size, SolidAngleUnit displayUnit, StorageType storageType) Construct an SolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of SolidAngle objects.SolidAngleVector
(SolidAngle[] data, SolidAngleUnit displayUnit) Construct an SolidAngleVector from an array of SolidAngle objects.SolidAngleVector
(SolidAngle[] data, SolidAngleUnit displayUnit, StorageType storageType) Construct an SolidAngleVector from an array of SolidAngle objects.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 SolidAngleUnitModifier and TypeMethodDescriptionfinal FloatSolidAngleMatrix
FloatSIMatrix.asSolidAngle
(SolidAngleUnit displayUnit) Return the current matrix as a solidangle matrix, and provide a display unit.FloatSolidAngleMatrix.instantiateMatrix
(FloatMatrixData fmd, SolidAngleUnit displayUnit) FloatSolidAngleMatrix.instantiateScalarSI
(float valueSI, SolidAngleUnit displayUnit) FloatSolidAngleMatrix.instantiateVector
(FloatVectorData fvd, SolidAngleUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type SolidAngleUnitModifierConstructorDescriptionFloatSolidAngleMatrix
(float[][] data, SolidAngleUnit displayUnit) Construct a FloatSolidAngleMatrix from a float[][] object.FloatSolidAngleMatrix
(float[][] data, SolidAngleUnit displayUnit, StorageType storageType) Construct a FloatSolidAngleMatrix from a float[][] object.FloatSolidAngleMatrix
(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols) Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatSolidAngleMatrix
(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatSolidAngleMatrix
(FloatMatrixData data, SolidAngleUnit displayUnit) Construct a FloatSolidAngleMatrix from an internal data object.FloatSolidAngleMatrix
(FloatSolidAngle[][] data, SolidAngleUnit displayUnit) Construct a FloatSolidAngleMatrix from an array of an array of FloatSolidAngle objects.FloatSolidAngleMatrix
(FloatSolidAngle[][] data, SolidAngleUnit displayUnit, StorageType storageType) Construct a FloatSolidAngleMatrix from an array of an array of FloatSolidAngle objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type SolidAngleUnitModifierConstructorDescriptionFloatSolidAngleMatrix
(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>> data, int rows, int cols) Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatSolidAngleMatrix
(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>> data, int rows, int cols, StorageType storageType) Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatSolidAngleMatrix
(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols) Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatSolidAngleMatrix
(Collection<FloatSparseValue<SolidAngleUnit, FloatSolidAngle>> data, SolidAngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatSolidAngleMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of SolidAngleUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type SolidAngleUnitModifier and TypeMethodDescriptionfinal FloatSolidAngle
FloatSIScalar.asSolidAngle
(SolidAngleUnit displayUnit) Return the current scalar as a solidangle, and provide a display unit.final FloatSolidAngle
FloatSolidAngle.instantiateRel
(float value, SolidAngleUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type SolidAngleUnitModifierConstructorDescriptionFloatSolidAngle
(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 SolidAngleUnitModifier and TypeMethodDescriptionfinal FloatSolidAngleVector
FloatSIVector.asSolidAngle
(SolidAngleUnit displayUnit) Return the current vector as a solidangle vector, and provide a display unit.FloatSolidAngleVector.instantiateScalarSI
(float valueSI, SolidAngleUnit displayUnit) FloatSolidAngleVector.instantiateVector
(FloatVectorData fvd, SolidAngleUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type SolidAngleUnitModifierConstructorDescriptionFloatSolidAngleVector
(float[] data, SolidAngleUnit displayUnit) Construct a FloatSolidAngleVector from a float[] object.FloatSolidAngleVector
(float[] data, SolidAngleUnit displayUnit, StorageType storageType) Construct a FloatSolidAngleVector from a float[] object.FloatSolidAngleVector
(List<? extends Number> data, SolidAngleUnit displayUnit) Construct a FloatSolidAngleVector from a list of Number objects or a list of FloatSolidAngle objects.FloatSolidAngleVector
(List<? extends Number> data, SolidAngleUnit displayUnit, StorageType storageType) Construct a FloatSolidAngleVector from a list of Number objects or a list of FloatSolidAngle objects.FloatSolidAngleVector
(Map<Integer, ? extends Number> data, int size, SolidAngleUnit displayUnit) Construct a FloatSolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSolidAngle objects.FloatSolidAngleVector
(Map<Integer, ? extends Number> data, int size, SolidAngleUnit displayUnit, StorageType storageType) Construct a FloatSolidAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSolidAngle objects.FloatSolidAngleVector
(FloatSolidAngle[] data, SolidAngleUnit displayUnit) Construct a FloatSolidAngleVector from an array of FloatSolidAngle objects.FloatSolidAngleVector
(FloatSolidAngle[] data, SolidAngleUnit displayUnit, StorageType storageType) Construct a FloatSolidAngleVector from an array of FloatSolidAngle objects.FloatSolidAngleVector
(FloatVectorData data, SolidAngleUnit displayUnit) Construct a FloatSolidAngleVector from an internal data object.