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 AreaUnit
AreaUnit. ACRE
acre (international) defined as 1/640 square mile or 4840 square yards.static AreaUnit
AreaUnit. ARE
are.static AreaUnit
AreaUnit. CENTIARE
centiare.static AreaUnit
AreaUnit. HECTARE
hectare.static AreaUnit
AreaUnit. SI
The SI unit for area is m^2.static AreaUnit
AreaUnit. SQUARE_CENTIMETER
cm^2.static AreaUnit
AreaUnit. SQUARE_DECAMETER
dam^2.static AreaUnit
AreaUnit. SQUARE_DECIMETER
dm^2.static AreaUnit
AreaUnit. SQUARE_FOOT
ft^2.static AreaUnit
AreaUnit. SQUARE_HECTOMETER
hm^2.static AreaUnit
AreaUnit. SQUARE_INCH
in^2.static AreaUnit
AreaUnit. SQUARE_KILOMETER
km^2.static AreaUnit
AreaUnit. SQUARE_METER
m^2.static AreaUnit
AreaUnit. SQUARE_MILE
mile^2.static AreaUnit
AreaUnit. SQUARE_MILLIMETER
mm^2.static AreaUnit
AreaUnit. SQUARE_NAUTICAL_MILE
Nautical mile^2.static AreaUnit
AreaUnit. SQUARE_YARD
yd^2.Fields in org.djunits.unit with type parameters of type AreaUnit Modifier and Type Field Description static Quantity<AreaUnit>
AreaUnit. BASE
The 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 AreaUnit
UNITS. ACRE
static AreaUnit
UNITS. ARE
static AreaUnit
UNITS. CENTIARE
static AreaUnit
UNITS. HECTARE
static AreaUnit
UNITS. SQUARE_CENTIMETER
static AreaUnit
UNITS. SQUARE_DECAMETER
static AreaUnit
UNITS. SQUARE_DECIMETER
static AreaUnit
UNITS. SQUARE_FOOT
static AreaUnit
UNITS. SQUARE_HECTOMETER
static AreaUnit
UNITS. SQUARE_INCH
static AreaUnit
UNITS. SQUARE_KILOMETER
static AreaUnit
UNITS. SQUARE_METER
static AreaUnit
UNITS. SQUARE_MILE
static AreaUnit
UNITS. SQUARE_MILLIMETER
static AreaUnit
UNITS. SQUARE_NAUTICAL_MILE
static AreaUnit
UNITS. 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 AreaMatrix
SIMatrix. asArea(AreaUnit displayUnit)
Return the current matrix as a area matrix, and provide a display unit.AreaMatrix
AreaMatrix. instantiateMatrix(DoubleMatrixData dmd, AreaUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Area
AreaMatrix. instantiateScalarSI(double valueSI, AreaUnit displayUnit)
Instantiate a new scalar for the class of this matrix.AreaVector
AreaMatrix. 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 Area
SIScalar. asArea(AreaUnit displayUnit)
Return the current scalar as a area, and provide a display unit.Area
Area. 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 AreaVector
SIVector. asArea(AreaUnit displayUnit)
Return the current vector as a area vector, and provide a display unit.Area
AreaVector. instantiateScalarSI(double valueSI, AreaUnit displayUnit)
Instantiate a new scalar for the class of this vector.AreaVector
AreaVector. 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 FloatAreaMatrix
FloatSIMatrix. asArea(AreaUnit displayUnit)
Return the current matrix as a area matrix, and provide a display unit.FloatAreaMatrix
FloatAreaMatrix. instantiateMatrix(FloatMatrixData fmd, AreaUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatArea
FloatAreaMatrix. instantiateScalarSI(float valueSI, AreaUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatAreaVector
FloatAreaMatrix. 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 FloatArea
FloatSIScalar. asArea(AreaUnit displayUnit)
Return the current scalar as a area, and provide a display unit.FloatArea
FloatArea. 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 FloatAreaVector
FloatSIVector. asArea(AreaUnit displayUnit)
Return the current vector as a area vector, and provide a display unit.FloatArea
FloatAreaVector. instantiateScalarSI(float valueSI, AreaUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatAreaVector
FloatAreaVector. 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.