Uses of Class
org.djunits.unit.AngleUnit
Packages that use AngleUnit
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 AngleUnit in org.djunits.unit
Fields in org.djunits.unit declared as AngleUnitModifier and TypeFieldDescriptionstatic final AngleUnitAngleUnit.ARCMINUTEarcminute.static final AngleUnitAngleUnit.ARCSECONDarcsecond.static final AngleUnitAngleUnit.CENTESIMAL_ARCMINUTEcentesimal arcminute.static final AngleUnitAngleUnit.CENTESIMAL_ARCSECONDcentesimal arcsecond.static final AngleUnitAngleUnit.DEGREEdegree.static final AngleUnitAngleUnit.GRADgrad.static final AngleUnitAngleUnit.PERCENTpercent (non-linear, 100% is 45 degrees; 90 degrees is infinite).static final AngleUnitAngleUnit.RADIANradian.static final AngleUnitAngleUnit.SIThe SI unit for angle is radian.Fields in org.djunits.unit with type parameters of type AngleUnit -
Uses of AngleUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AngleUnitModifier and TypeFieldDescriptionstatic final AngleUnitUNITS.ARCMINUTEstatic final AngleUnitUNITS.ARCSECONDstatic final AngleUnitUNITS.CENTESIMAL_ARCMINUTEstatic final AngleUnitUNITS.CENTESIMAL_ARCSECONDstatic final AngleUnitUNITS.DEGREEstatic final AngleUnitUNITS.GRADstatic final AngleUnitUNITS.PERCENTstatic final AngleUnitUNITS.RADIAN -
Uses of AngleUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AngleUnitModifier and TypeMethodDescriptionfinal AngleMatrixReturn the current matrix as a angle matrix, and provide a display unit.AngleMatrix.instantiateMatrix(DoubleMatrixData dmd, AngleUnit displayUnit) DirectionMatrix.instantiateMatrixRel(DoubleMatrixData dmd, AngleUnit displayUnit) DirectionMatrix.instantiateScalarRelSI(double valueSI, AngleUnit displayUnit) AngleMatrix.instantiateScalarSI(double valueSI, AngleUnit displayUnit) AngleMatrix.instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit) DirectionMatrix.instantiateVectorRel(DoubleVectorData dvd, AngleUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type AngleUnitModifierConstructorDescriptionAngleMatrix(double[][] data, AngleUnit displayUnit) Construct a AngleMatrix from a double[][] object.AngleMatrix(double[][] data, AngleUnit displayUnit, StorageType storageType) Construct a AngleMatrix from a double[][] object.AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>> data, AngleUnit displayUnit, int rows, int cols) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>> data, AngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix(DoubleMatrixData data, AngleUnit displayUnit) Construct a AngleMatrix from an internal data object.AngleMatrix(Angle[][] data, AngleUnit displayUnit) Construct a AngleMatrix from an array of an array of Angle objects.AngleMatrix(Angle[][] data, AngleUnit displayUnit, StorageType storageType) Construct a AngleMatrix from an array of an array of Angle objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type AngleUnitModifierConstructorDescriptionAngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>> data, int rows, int cols) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>> data, int rows, int cols, StorageType storageType) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>> data, AngleUnit displayUnit, int rows, int cols) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects.AngleMatrix(Collection<DoubleSparseValue<AngleUnit, Angle>> data, AngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AngleMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of AngleUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AngleUnitModifier and TypeMethodDescriptionfinal AngleReturn the current scalar as a angle, and provide a display unit.final AngleAngle.instantiateRel(double value, AngleUnit unit) final AngleDirection.instantiateRel(double value, AngleUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type AngleUnit -
Uses of AngleUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AngleUnitModifier and TypeMethodDescriptionfinal AngleVectorReturn the current vector as a angle vector, and provide a display unit.DirectionVector.instantiateScalarRelSI(double valueSI, AngleUnit displayUnit) AngleVector.instantiateScalarSI(double valueSI, AngleUnit displayUnit) AngleVector.instantiateVector(DoubleVectorData dvd, AngleUnit displayUnit) DirectionVector.instantiateVectorRel(DoubleVectorData dvd, AngleUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type AngleUnitModifierConstructorDescriptionAngleVector(double[] data, AngleUnit displayUnit) Construct an AngleVector from a double[] object.AngleVector(double[] data, AngleUnit displayUnit, StorageType storageType) Construct an AngleVector from a double[] object.AngleVector(List<? extends Number> data, AngleUnit displayUnit) Construct an AngleVector from a list of Number objects or a list of Angle objects.AngleVector(List<? extends Number> data, AngleUnit displayUnit, StorageType storageType) Construct an AngleVector from a list of Number objects or a list of Angle objects.AngleVector(Map<Integer, ? extends Number> data, int size, AngleUnit displayUnit) Construct an AngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Angle objects.AngleVector(Map<Integer, ? extends Number> data, int size, AngleUnit displayUnit, StorageType storageType) Construct an AngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Angle objects.AngleVector(Angle[] data, AngleUnit displayUnit) Construct an AngleVector from an array of Angle objects.AngleVector(Angle[] data, AngleUnit displayUnit, StorageType storageType) Construct an AngleVector from an array of Angle objects.AngleVector(DoubleVectorData data, AngleUnit displayUnit) Construct an AngleVector from an internal data object. -
Uses of AngleUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type AngleUnitModifier and TypeMethodDescriptionfinal FloatAngleMatrixReturn the current matrix as a angle matrix, and provide a display unit.FloatAngleMatrix.instantiateMatrix(FloatMatrixData fmd, AngleUnit displayUnit) FloatDirectionMatrix.instantiateMatrixRel(FloatMatrixData fmd, AngleUnit displayUnit) FloatDirectionMatrix.instantiateScalarRelSI(float valueSI, AngleUnit displayUnit) FloatAngleMatrix.instantiateScalarSI(float valueSI, AngleUnit displayUnit) FloatAngleMatrix.instantiateVector(FloatVectorData fvd, AngleUnit displayUnit) FloatDirectionMatrix.instantiateVectorRel(FloatVectorData fvd, AngleUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type AngleUnitModifierConstructorDescriptionFloatAngleMatrix(float[][] data, AngleUnit displayUnit) Construct a FloatAngleMatrix from a float[][] object.FloatAngleMatrix(float[][] data, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleMatrix from a float[][] object.FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, AngleUnit displayUnit, int rows, int cols) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, AngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix(FloatMatrixData data, AngleUnit displayUnit) Construct a FloatAngleMatrix from an internal data object.FloatAngleMatrix(FloatAngle[][] data, AngleUnit displayUnit) Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.FloatAngleMatrix(FloatAngle[][] data, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleMatrix from an array of an array of FloatAngle objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type AngleUnitModifierConstructorDescriptionFloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, int rows, int cols) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, int rows, int cols, StorageType storageType) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, AngleUnit displayUnit, int rows, int cols) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects.FloatAngleMatrix(Collection<FloatSparseValue<AngleUnit, FloatAngle>> data, AngleUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAngleMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of AngleUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AngleUnitModifier and TypeMethodDescriptionfinal FloatAngleReturn the current scalar as a angle, and provide a display unit.final FloatAngleFloatAngle.instantiateRel(float value, AngleUnit unit) final FloatAngleFloatDirection.instantiateRel(float value, AngleUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type AngleUnitModifierConstructorDescriptionFloatAngle(double value, AngleUnit unit) Construct FloatAngle scalar with a unit using a double value.FloatAngle(float value, AngleUnit unit) Construct FloatAngle scalar with a unit. -
Uses of AngleUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AngleUnitModifier and TypeMethodDescriptionfinal FloatAngleVectorReturn the current vector as a angle vector, and provide a display unit.FloatDirectionVector.instantiateScalarRelSI(float valueSI, AngleUnit displayUnit) FloatAngleVector.instantiateScalarSI(float valueSI, AngleUnit displayUnit) FloatAngleVector.instantiateVector(FloatVectorData fvd, AngleUnit displayUnit) FloatDirectionVector.instantiateVectorRel(FloatVectorData fvd, AngleUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type AngleUnitModifierConstructorDescriptionFloatAngleVector(float[] data, AngleUnit displayUnit) Construct a FloatAngleVector from a float[] object.FloatAngleVector(float[] data, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleVector from a float[] object.FloatAngleVector(List<? extends Number> data, AngleUnit displayUnit) Construct a FloatAngleVector from a list of Number objects or a list of FloatAngle objects.FloatAngleVector(List<? extends Number> data, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleVector from a list of Number objects or a list of FloatAngle objects.FloatAngleVector(Map<Integer, ? extends Number> data, int size, AngleUnit displayUnit) Construct a FloatAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngle objects.FloatAngleVector(Map<Integer, ? extends Number> data, int size, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatAngle objects.FloatAngleVector(FloatAngle[] data, AngleUnit displayUnit) Construct a FloatAngleVector from an array of FloatAngle objects.FloatAngleVector(FloatAngle[] data, AngleUnit displayUnit, StorageType storageType) Construct a FloatAngleVector from an array of FloatAngle objects.FloatAngleVector(FloatVectorData data, AngleUnit displayUnit) Construct a FloatAngleVector from an internal data object.