Uses of Class
org.djunits.unit.AreaUnit
| 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 AreaUnit in org.djunits.unit
Fields in org.djunits.unit declared as AreaUnit Modifier and Type Field Description static AreaUnitAreaUnit. ACREacre (international) defined as 1/640 square mile or 4840 square yards.static AreaUnitAreaUnit. AREare.static AreaUnitAreaUnit. CENTIAREcentiare.static AreaUnitAreaUnit. HECTAREhectare.static AreaUnitAreaUnit. SIThe SI unit for area is m^2.static AreaUnitAreaUnit. SQUARE_CENTIMETERcm^2.static AreaUnitAreaUnit. SQUARE_DECAMETERdam^2.static AreaUnitAreaUnit. SQUARE_DECIMETERdm^2.static AreaUnitAreaUnit. SQUARE_FOOTft^2.static AreaUnitAreaUnit. SQUARE_HECTOMETERhm^2.static AreaUnitAreaUnit. SQUARE_INCHin^2.static AreaUnitAreaUnit. SQUARE_KILOMETERkm^2.static AreaUnitAreaUnit. SQUARE_METERm^2.static AreaUnitAreaUnit. SQUARE_MILEmile^2.static AreaUnitAreaUnit. SQUARE_MILLIMETERmm^2.static AreaUnitAreaUnit. SQUARE_NAUTICAL_MILENautical mile^2.static AreaUnitAreaUnit. SQUARE_YARDyd^2.Fields in org.djunits.unit with type parameters of type AreaUnit Modifier and Type Field Description static Quantity<AreaUnit>AreaUnit. BASEThe base, with "m2" as the SI signature. -
Uses of AreaUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AreaUnit Modifier and Type Field Description static AreaUnitUNITS. ACREstatic AreaUnitUNITS. AREstatic AreaUnitUNITS. CENTIAREstatic AreaUnitUNITS. HECTAREstatic AreaUnitUNITS. SQUARE_CENTIMETERstatic AreaUnitUNITS. SQUARE_DECAMETERstatic AreaUnitUNITS. SQUARE_DECIMETERstatic AreaUnitUNITS. SQUARE_FOOTstatic AreaUnitUNITS. SQUARE_HECTOMETERstatic AreaUnitUNITS. SQUARE_INCHstatic AreaUnitUNITS. SQUARE_KILOMETERstatic AreaUnitUNITS. SQUARE_METERstatic AreaUnitUNITS. SQUARE_MILEstatic AreaUnitUNITS. SQUARE_MILLIMETERstatic AreaUnitUNITS. SQUARE_NAUTICAL_MILEstatic AreaUnitUNITS. SQUARE_YARD -
Uses of AreaUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AreaUnit Modifier and Type Method Description AreaMatrixSIMatrix. asArea(AreaUnit displayUnit)Return the current matrix as a area matrix, and provide a display unit.AreaMatrixAreaMatrix. instantiateMatrix(DoubleMatrixData dmd, AreaUnit displayUnit)Instantiate a new matrix of the class of this matrix.AreaAreaMatrix. instantiateScalarSI(double valueSI, AreaUnit displayUnit)Instantiate a new scalar for the class of this matrix.AreaVectorAreaMatrix. instantiateVector(DoubleVectorData dvd, AreaUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type AreaUnit Constructor Description AreaMatrix(DoubleMatrixData data, AreaUnit unit) -
Uses of AreaUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AreaUnit Modifier and Type Method Description AreaSIScalar. asArea(AreaUnit displayUnit)Return the current scalar as a area, and provide a display unit.AreaArea. instantiateRel(double value, AreaUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type AreaUnit Constructor Description Area(double value, AreaUnit unit)Construct Area scalar. -
Uses of AreaUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AreaUnit Modifier and Type Method Description AreaVectorSIVector. asArea(AreaUnit displayUnit)Return the current vector as a area vector, and provide a display unit.AreaAreaVector. instantiateScalarSI(double valueSI, AreaUnit displayUnit)Instantiate a new scalar for the class of this vector.AreaVectorAreaVector. instantiateVector(DoubleVectorData dvd, AreaUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type AreaUnit Constructor Description AreaVector(DoubleVectorData data, AreaUnit displayUnit)Construct an AreaVector from an internal data object. -
Uses of AreaUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type AreaUnit Modifier and Type Method Description FloatAreaMatrixFloatSIMatrix. asArea(AreaUnit displayUnit)Return the current matrix as a area matrix, and provide a display unit.FloatAreaMatrixFloatAreaMatrix. instantiateMatrix(FloatMatrixData fmd, AreaUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatAreaFloatAreaMatrix. instantiateScalarSI(float valueSI, AreaUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatAreaVectorFloatAreaMatrix. instantiateVector(FloatVectorData fvd, AreaUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type AreaUnit Constructor Description FloatAreaMatrix(FloatMatrixData data, AreaUnit unit) -
Uses of AreaUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AreaUnit Modifier and Type Method Description FloatAreaFloatSIScalar. asArea(AreaUnit displayUnit)Return the current scalar as a area, and provide a display unit.FloatAreaFloatArea. instantiateRel(float value, AreaUnit unit)Construct a new Relative Immutable FloatScalar of the right type. -
Uses of AreaUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AreaUnit Modifier and Type Method Description FloatAreaVectorFloatSIVector. asArea(AreaUnit displayUnit)Return the current vector as a area vector, and provide a display unit.FloatAreaFloatAreaVector. instantiateScalarSI(float valueSI, AreaUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatAreaVectorFloatAreaVector. instantiateVector(FloatVectorData fvd, AreaUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type AreaUnit Constructor Description FloatAreaVector(FloatVectorData data, AreaUnit unit)Construct an FloatAreaVector from an internal data object.