Uses of Class
org.djunits.unit.AreaUnit
Packages that use AreaUnit
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 AreaUnit in org.djunits.unit
Fields in org.djunits.unit declared as AreaUnitModifier and TypeFieldDescriptionstatic final AreaUnitAreaUnit.ACREacre (international) defined as 1/640 square mile or 4840 square yards.static final AreaUnitAreaUnit.AREare.static final AreaUnitAreaUnit.CENTIAREcentiare.static final AreaUnitAreaUnit.HECTAREhectare.static final AreaUnitAreaUnit.SIThe SI unit for area is m^2.static final AreaUnitAreaUnit.SQUARE_CENTIMETERcm^2.static final AreaUnitAreaUnit.SQUARE_DECAMETERdam^2.static final AreaUnitAreaUnit.SQUARE_DECIMETERdm^2.static final AreaUnitAreaUnit.SQUARE_FOOTft^2.static final AreaUnitAreaUnit.SQUARE_HECTOMETERhm^2.static final AreaUnitAreaUnit.SQUARE_INCHin^2.static final AreaUnitAreaUnit.SQUARE_KILOMETERkm^2.static final AreaUnitAreaUnit.SQUARE_METERm^2.static final AreaUnitAreaUnit.SQUARE_MILEmile^2.static final AreaUnitAreaUnit.SQUARE_MILLIMETERmm^2.static final AreaUnitAreaUnit.SQUARE_NAUTICAL_MILENautical mile^2.static final AreaUnitAreaUnit.SQUARE_YARDyd^2.Fields in org.djunits.unit with type parameters of type AreaUnit -
Uses of AreaUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AreaUnitModifier and TypeFieldDescriptionstatic final AreaUnitUNITS.ACREstatic final AreaUnitUNITS.AREstatic final AreaUnitUNITS.CENTIAREstatic final AreaUnitUNITS.HECTAREstatic final AreaUnitUNITS.SQUARE_CENTIMETERstatic final AreaUnitUNITS.SQUARE_DECAMETERstatic final AreaUnitUNITS.SQUARE_DECIMETERstatic final AreaUnitUNITS.SQUARE_FOOTstatic final AreaUnitUNITS.SQUARE_HECTOMETERstatic final AreaUnitUNITS.SQUARE_INCHstatic final AreaUnitUNITS.SQUARE_KILOMETERstatic final AreaUnitUNITS.SQUARE_METERstatic final AreaUnitUNITS.SQUARE_MILEstatic final AreaUnitUNITS.SQUARE_MILLIMETERstatic final AreaUnitUNITS.SQUARE_NAUTICAL_MILEstatic final AreaUnitUNITS.SQUARE_YARD -
Uses of AreaUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AreaUnitModifier and TypeMethodDescriptionfinal AreaMatrixReturn the current matrix as a area matrix, and provide a display unit.AreaMatrix.instantiateMatrix(DoubleMatrixData dmd, AreaUnit displayUnit) AreaMatrix.instantiateScalarSI(double valueSI, AreaUnit displayUnit) AreaMatrix.instantiateVector(DoubleVectorData dvd, AreaUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type AreaUnitModifierConstructorDescriptionAreaMatrix(double[][] data, AreaUnit displayUnit) Construct a AreaMatrix from a double[][] object.AreaMatrix(double[][] data, AreaUnit displayUnit, StorageType storageType) Construct a AreaMatrix from a double[][] object.AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>> data, AreaUnit displayUnit, int rows, int cols) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>> data, AreaUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix(DoubleMatrixData data, AreaUnit displayUnit) Construct a AreaMatrix from an internal data object.AreaMatrix(Area[][] data, AreaUnit displayUnit) Construct a AreaMatrix from an array of an array of Area objects.AreaMatrix(Area[][] data, AreaUnit displayUnit, StorageType storageType) Construct a AreaMatrix from an array of an array of Area objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type AreaUnitModifierConstructorDescriptionAreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>> data, int rows, int cols) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>> data, int rows, int cols, StorageType storageType) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>> data, AreaUnit displayUnit, int rows, int cols) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix(Collection<DoubleSparseValue<AreaUnit, Area>> data, AreaUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of AreaUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AreaUnitModifier and TypeMethodDescriptionfinal AreaReturn the current scalar as a area, and provide a display unit.final AreaArea.instantiateRel(double value, AreaUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type AreaUnit -
Uses of AreaUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AreaUnitModifier and TypeMethodDescriptionfinal AreaVectorReturn the current vector as a area vector, and provide a display unit.AreaVector.instantiateScalarSI(double valueSI, AreaUnit displayUnit) AreaVector.instantiateVector(DoubleVectorData dvd, AreaUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type AreaUnitModifierConstructorDescriptionAreaVector(double[] data, AreaUnit displayUnit) Construct an AreaVector from a double[] object.AreaVector(double[] data, AreaUnit displayUnit, StorageType storageType) Construct an AreaVector from a double[] object.AreaVector(List<? extends Number> data, AreaUnit displayUnit) Construct an AreaVector from a list of Number objects or a list of Area objects.AreaVector(List<? extends Number> data, AreaUnit displayUnit, StorageType storageType) Construct an AreaVector from a list of Number objects or a list of Area objects.AreaVector(Map<Integer, ? extends Number> data, int size, AreaUnit displayUnit) Construct an AreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Area objects.AreaVector(Map<Integer, ? extends Number> data, int size, AreaUnit displayUnit, StorageType storageType) Construct an AreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Area objects.AreaVector(Area[] data, AreaUnit displayUnit) Construct an AreaVector from an array of Area objects.AreaVector(Area[] data, AreaUnit displayUnit, StorageType storageType) Construct an AreaVector from an array of Area objects.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 AreaUnitModifier and TypeMethodDescriptionfinal FloatAreaMatrixReturn the current matrix as a area matrix, and provide a display unit.FloatAreaMatrix.instantiateMatrix(FloatMatrixData fmd, AreaUnit displayUnit) FloatAreaMatrix.instantiateScalarSI(float valueSI, AreaUnit displayUnit) FloatAreaMatrix.instantiateVector(FloatVectorData fvd, AreaUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type AreaUnitModifierConstructorDescriptionFloatAreaMatrix(float[][] data, AreaUnit displayUnit) Construct a FloatAreaMatrix from a float[][] object.FloatAreaMatrix(float[][] data, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaMatrix from a float[][] object.FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, AreaUnit displayUnit, int rows, int cols) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, AreaUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix(FloatMatrixData data, AreaUnit displayUnit) Construct a FloatAreaMatrix from an internal data object.FloatAreaMatrix(FloatArea[][] data, AreaUnit displayUnit) Construct a FloatAreaMatrix from an array of an array of FloatArea objects.FloatAreaMatrix(FloatArea[][] data, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaMatrix from an array of an array of FloatArea objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type AreaUnitModifierConstructorDescriptionFloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, int rows, int cols) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, int rows, int cols, StorageType storageType) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, AreaUnit displayUnit, int rows, int cols) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, AreaUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of AreaUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AreaUnitModifier and TypeMethodDescriptionfinal FloatAreaReturn the current scalar as a area, and provide a display unit.final FloatAreaFloatArea.instantiateRel(float value, AreaUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type AreaUnit -
Uses of AreaUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AreaUnitModifier and TypeMethodDescriptionfinal FloatAreaVectorReturn the current vector as a area vector, and provide a display unit.FloatAreaVector.instantiateScalarSI(float valueSI, AreaUnit displayUnit) FloatAreaVector.instantiateVector(FloatVectorData fvd, AreaUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type AreaUnitModifierConstructorDescriptionFloatAreaVector(float[] data, AreaUnit displayUnit) Construct a FloatAreaVector from a float[] object.FloatAreaVector(float[] data, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaVector from a float[] object.FloatAreaVector(List<? extends Number> data, AreaUnit displayUnit) Construct a FloatAreaVector from a list of Number objects or a list of FloatArea objects.FloatAreaVector(List<? extends Number> data, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaVector from a list of Number objects or a list of FloatArea objects.FloatAreaVector(Map<Integer, ? extends Number> data, int size, AreaUnit displayUnit) Construct a FloatAreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatArea objects.FloatAreaVector(Map<Integer, ? extends Number> data, int size, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatArea objects.FloatAreaVector(FloatArea[] data, AreaUnit displayUnit) Construct a FloatAreaVector from an array of FloatArea objects.FloatAreaVector(FloatArea[] data, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaVector from an array of FloatArea objects.FloatAreaVector(FloatVectorData data, AreaUnit displayUnit) Construct a FloatAreaVector from an internal data object.