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 AreaUnit
AreaUnit.ACRE
acre (international) defined as 1/640 square mile or 4840 square yards.static final AreaUnit
AreaUnit.ARE
are.static final AreaUnit
AreaUnit.CENTIARE
centiare.static final AreaUnit
AreaUnit.HECTARE
hectare.static final AreaUnit
AreaUnit.SI
The SI unit for area is m^2.static final AreaUnit
AreaUnit.SQUARE_CENTIMETER
cm^2.static final AreaUnit
AreaUnit.SQUARE_DECAMETER
dam^2.static final AreaUnit
AreaUnit.SQUARE_DECIMETER
dm^2.static final AreaUnit
AreaUnit.SQUARE_FOOT
ft^2.static final AreaUnit
AreaUnit.SQUARE_HECTOMETER
hm^2.static final AreaUnit
AreaUnit.SQUARE_INCH
in^2.static final AreaUnit
AreaUnit.SQUARE_KILOMETER
km^2.static final AreaUnit
AreaUnit.SQUARE_METER
m^2.static final AreaUnit
AreaUnit.SQUARE_MILE
mile^2.static final AreaUnit
AreaUnit.SQUARE_MILLIMETER
mm^2.static final AreaUnit
AreaUnit.SQUARE_NAUTICAL_MILE
Nautical mile^2.static final AreaUnit
AreaUnit.SQUARE_YARD
yd^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 AreaUnit
UNITS.ACRE
static final AreaUnit
UNITS.ARE
static final AreaUnit
UNITS.CENTIARE
static final AreaUnit
UNITS.HECTARE
static final AreaUnit
UNITS.SQUARE_CENTIMETER
static final AreaUnit
UNITS.SQUARE_DECAMETER
static final AreaUnit
UNITS.SQUARE_DECIMETER
static final AreaUnit
UNITS.SQUARE_FOOT
static final AreaUnit
UNITS.SQUARE_HECTOMETER
static final AreaUnit
UNITS.SQUARE_INCH
static final AreaUnit
UNITS.SQUARE_KILOMETER
static final AreaUnit
UNITS.SQUARE_METER
static final AreaUnit
UNITS.SQUARE_MILE
static final AreaUnit
UNITS.SQUARE_MILLIMETER
static final AreaUnit
UNITS.SQUARE_NAUTICAL_MILE
static final AreaUnit
UNITS.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 AreaMatrix
Return 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 Area
Return the current scalar as a area, and provide a display unit.final Area
Area.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 AreaVector
Return 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 FloatAreaMatrix
Return 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 FloatArea
Return the current scalar as a area, and provide a display unit.final FloatArea
FloatArea.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 FloatAreaVector
Return 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.