Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static AreaUnit |
UNITS.ACRE |
static AreaUnit |
AreaUnit.ACRE
acre (international).
|
static AreaUnit |
UNITS.ARE |
static AreaUnit |
AreaUnit.ARE
are.
|
static AreaUnit |
UNITS.CENTIARE |
static AreaUnit |
AreaUnit.CENTIARE
centiare.
|
static AreaUnit |
UNITS.HECTARE |
static AreaUnit |
AreaUnit.HECTARE
hectare.
|
static AreaUnit |
AreaUnit.SI
The SI unit for area is m^2.
|
static AreaUnit |
UNITS.SQUARE_ATTOMETER |
static AreaUnit |
AreaUnit.SQUARE_ATTOMETER
am^2.
|
static AreaUnit |
UNITS.SQUARE_CENTIMETER |
static AreaUnit |
AreaUnit.SQUARE_CENTIMETER
cm^2.
|
static AreaUnit |
UNITS.SQUARE_DECIMETER |
static AreaUnit |
AreaUnit.SQUARE_DECIMETER
dm^2.
|
static AreaUnit |
UNITS.SQUARE_DEKAMETER |
static AreaUnit |
AreaUnit.SQUARE_DEKAMETER
dam^2.
|
static AreaUnit |
UNITS.SQUARE_FEMTOMETER |
static AreaUnit |
AreaUnit.SQUARE_FEMTOMETER
fm^2.
|
static AreaUnit |
UNITS.SQUARE_FOOT |
static AreaUnit |
AreaUnit.SQUARE_FOOT
ft^2.
|
static AreaUnit |
UNITS.SQUARE_HECTOMETER |
static AreaUnit |
AreaUnit.SQUARE_HECTOMETER
hm^2.
|
static AreaUnit |
UNITS.SQUARE_INCH |
static AreaUnit |
AreaUnit.SQUARE_INCH
in^2.
|
static AreaUnit |
UNITS.SQUARE_KILOMETER |
static AreaUnit |
AreaUnit.SQUARE_KILOMETER
km^2.
|
static AreaUnit |
UNITS.SQUARE_MEGAMETER |
static AreaUnit |
AreaUnit.SQUARE_MEGAMETER
Mm^2.
|
static AreaUnit |
UNITS.SQUARE_METER |
static AreaUnit |
AreaUnit.SQUARE_METER
m^2.
|
static AreaUnit |
UNITS.SQUARE_MICROMETER |
static AreaUnit |
AreaUnit.SQUARE_MICROMETER
µm^2.
|
static AreaUnit |
UNITS.SQUARE_MILE |
static AreaUnit |
AreaUnit.SQUARE_MILE
mile^2.
|
static AreaUnit |
UNITS.SQUARE_MILLIMETER |
static AreaUnit |
AreaUnit.SQUARE_MILLIMETER
mm^2.
|
static AreaUnit |
UNITS.SQUARE_NANOMETER |
static AreaUnit |
AreaUnit.SQUARE_NANOMETER
nm^2.
|
static AreaUnit |
UNITS.SQUARE_NAUTICAL_MILE |
static AreaUnit |
AreaUnit.SQUARE_NAUTICAL_MILE
Nautical mile^2.
|
static AreaUnit |
UNITS.SQUARE_PICOMETER |
static AreaUnit |
AreaUnit.SQUARE_PICOMETER
pm^2.
|
static AreaUnit |
UNITS.SQUARE_YARD |
static AreaUnit |
AreaUnit.SQUARE_YARD
yd^2.
|
Modifier and Type | Method and Description |
---|---|
AreaUnit |
MoneyPerAreaUnit.getAreaUnit() |
AreaUnit |
AreaUnit.getStandardUnit() |
Constructor and Description |
---|
AreaUnit(String name,
String abbreviation,
UnitSystem unitSystem,
AreaUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit, e.g.
|
MoneyPerAreaUnit(MoneyUnit moneyUnit,
AreaUnit areaUnit,
String name,
String abbreviation)
Build a user-defined money per area unit from a money unit and an area unit.
|
PressureUnit(ForceUnit forceUnit,
AreaUnit areaUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Construct a user-defined pressure unit from force and area units, e.g.
|
Modifier and Type | Method and Description |
---|---|
protected MutableAreaMatrix |
MutableAreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAreaMatrix |
AreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Area |
MutableAreaMatrix.instantiateScalar(double value,
AreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Area |
AreaMatrix.instantiateScalar(double value,
AreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AreaMatrix |
MutableAreaMatrix.instantiateType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AreaMatrix |
AreaMatrix.instantiateType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
AreaMatrix(double[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
AreaMatrix(DoubleMatrixData data,
AreaUnit unit) |
MutableAreaMatrix(double[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
MutableAreaMatrix(DoubleMatrixData data,
AreaUnit unit) |
Modifier and Type | Method and Description |
---|---|
Area |
Area.instantiateRel(double value,
AreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Area(double value,
AreaUnit unit)
Construct Area scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableAreaVector |
MutableAreaVector.instantiateMutableType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAreaVector |
AreaVector.instantiateMutableType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Area |
MutableAreaVector.instantiateScalar(double value,
AreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Area |
AreaVector.instantiateScalar(double value,
AreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AreaVector |
MutableAreaVector.instantiateType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AreaVector |
AreaVector.instantiateType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
AreaVector(double[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
AreaVector(DoubleVectorData data,
AreaUnit unit) |
AreaVector(List<Double> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
AreaVector(SortedMap<Integer,Double> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(double[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(DoubleVectorData data,
AreaUnit unit) |
MutableAreaVector(List<Double> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(SortedMap<Integer,Double> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatAreaMatrix |
MutableFloatAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAreaMatrix |
FloatAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatArea |
MutableFloatAreaMatrix.instantiateScalar(float value,
AreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatArea |
FloatAreaMatrix.instantiateScalar(float value,
AreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAreaMatrix |
MutableFloatAreaMatrix.instantiateType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAreaMatrix |
FloatAreaMatrix.instantiateType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatAreaMatrix(float[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
FloatAreaMatrix(FloatMatrixData data,
AreaUnit unit) |
MutableFloatAreaMatrix(float[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
MutableFloatAreaMatrix(FloatMatrixData data,
AreaUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatArea |
FloatArea.instantiateRel(float value,
AreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatArea(double value,
AreaUnit unit)
Construct FloatArea scalar using a double value.
|
FloatArea(float value,
AreaUnit unit)
Construct FloatArea scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatAreaVector |
MutableFloatAreaVector.instantiateMutableType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAreaVector |
FloatAreaVector.instantiateMutableType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatArea |
MutableFloatAreaVector.instantiateScalar(float value,
AreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatArea |
FloatAreaVector.instantiateScalar(float value,
AreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAreaVector |
MutableFloatAreaVector.instantiateType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAreaVector |
FloatAreaVector.instantiateType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatAreaVector(float[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatAreaVector.
|
FloatAreaVector(FloatVectorData data,
AreaUnit unit) |
FloatAreaVector(List<Float> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatAreaVector.
|
FloatAreaVector(SortedMap<Integer,Float> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatAreaVector.
|
MutableFloatAreaVector(float[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
MutableFloatAreaVector(FloatVectorData data,
AreaUnit unit) |
MutableFloatAreaVector(List<Float> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
MutableFloatAreaVector(SortedMap<Integer,Float> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.