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 SolidAngleUnitSolidAngleUnit.SIThe SI unit for solid angle is steradian.static final SolidAngleUnitSolidAngleUnit.SQUARE_DEGREEsquare degree.static final SolidAngleUnitSolidAngleUnit.STERADIANsteradian.Fields in org.djunits.unit with type parameters of type SolidAngleUnitModifier and TypeFieldDescriptionstatic final 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 SolidAngleUnitModifier and TypeFieldDescriptionstatic final SolidAngleUnitUNITS.SQUARE_DEGREEstatic final SolidAngleUnitUNITS.STERADIAN -
Uses of SolidAngleUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type SolidAngleUnitModifier and TypeMethodDescriptionfinal SolidAngleMatrixSIMatrix.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 SolidAngleSIScalar.asSolidAngle(SolidAngleUnit displayUnit) Return the current scalar as a solidangle, and provide a display unit.final SolidAngleSolidAngle.instantiateRel(double value, SolidAngleUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type SolidAngleUnitModifierConstructorDescriptionSolidAngle(double value, SolidAngleUnit unit) Construct SolidAngle scalar with a unit. -
Uses of SolidAngleUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type SolidAngleUnitModifier and TypeMethodDescriptionfinal SolidAngleVectorSIVector.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 FloatSolidAngleMatrixFloatSIMatrix.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 FloatSolidAngleFloatSIScalar.asSolidAngle(SolidAngleUnit displayUnit) Return the current scalar as a solidangle, and provide a display unit.final FloatSolidAngleFloatSolidAngle.instantiateRel(float value, SolidAngleUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type SolidAngleUnitModifierConstructorDescriptionFloatSolidAngle(double value, SolidAngleUnit unit) Construct FloatSolidAngle scalar with a unit using a double value.FloatSolidAngle(float value, SolidAngleUnit unit) Construct FloatSolidAngle scalar with a unit. -
Uses of SolidAngleUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type SolidAngleUnitModifier and TypeMethodDescriptionfinal FloatSolidAngleVectorFloatSIVector.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.