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 MoneyPerAreaUnit |
MoneyPerAreaUnit.EUR_PER_HECTARE
Euro per hectare.
|
static MoneyPerAreaUnit |
MoneyPerAreaUnit.EUR_PER_SQUARE_METER
Euro per square meter.
|
static MoneyPerAreaUnit |
MoneyPerAreaUnit.USD_PER_ACRE
US$ per acre.
|
static MoneyPerAreaUnit |
MoneyPerAreaUnit.USD_PER_SQUARE_FOOT
US$ per square foot.
|
Modifier and Type | Method and Description |
---|---|
static MoneyPerAreaUnit |
MoneyPerAreaUnit.getStandardMoneyPerAreaUnit() |
MoneyPerAreaUnit |
MoneyPerAreaUnit.getStandardUnit() |
Constructor and Description |
---|
MoneyPerAreaUnit(String name,
String abbreviation,
MoneyPerAreaUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined MoneyPerAreaUnit with a conversion factor to another MoneyPerAreaUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerAreaMatrix |
MutableMoneyPerAreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerAreaMatrix |
MoneyPerAreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerArea |
MutableMoneyPerAreaMatrix.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerArea |
MoneyPerAreaMatrix.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerAreaMatrix |
MutableMoneyPerAreaMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerAreaMatrix |
MoneyPerAreaMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MoneyPerAreaMatrix(double[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MoneyPerAreaMatrix(DoubleMatrixData data,
MoneyPerAreaUnit unit) |
MutableMoneyPerAreaMatrix(double[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MutableMoneyPerAreaMatrix(DoubleMatrixData data,
MoneyPerAreaUnit unit) |
Modifier and Type | Method and Description |
---|---|
MoneyPerArea |
MoneyPerArea.instantiateRel(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
MoneyPerArea(double value,
MoneyPerAreaUnit unit)
Construct MoneyPerArea scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerAreaVector |
MutableMoneyPerAreaVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerAreaVector |
MoneyPerAreaVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MoneyPerArea |
MutableMoneyPerAreaVector.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerArea |
MoneyPerAreaVector.instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerAreaVector |
MutableMoneyPerAreaVector.instantiateType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerAreaVector |
MoneyPerAreaVector.instantiateType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MoneyPerAreaVector(double[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(DoubleVectorData data,
MoneyPerAreaUnit unit) |
MoneyPerAreaVector(List<Double> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(SortedMap<Integer,Double> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(double[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(DoubleVectorData data,
MoneyPerAreaUnit unit) |
MutableMoneyPerAreaVector(List<Double> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(SortedMap<Integer,Double> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerAreaMatrix |
MutableFloatMoneyPerAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerAreaMatrix |
FloatMoneyPerAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerArea |
MutableFloatMoneyPerAreaMatrix.instantiateScalar(float value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerArea |
FloatMoneyPerAreaMatrix.instantiateScalar(float value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerAreaMatrix |
MutableFloatMoneyPerAreaMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerAreaMatrix |
FloatMoneyPerAreaMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatMoneyPerAreaMatrix(float[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaMatrix.
|
FloatMoneyPerAreaMatrix(FloatMatrixData data,
MoneyPerAreaUnit unit) |
MutableFloatMoneyPerAreaMatrix(float[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaMatrix.
|
MutableFloatMoneyPerAreaMatrix(FloatMatrixData data,
MoneyPerAreaUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatMoneyPerArea |
FloatMoneyPerArea.instantiateRel(float value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatMoneyPerArea(double value,
MoneyPerAreaUnit unit)
Construct FloatMoneyPerArea scalar using a double value.
|
FloatMoneyPerArea(float value,
MoneyPerAreaUnit unit)
Construct FloatMoneyPerArea scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerAreaVector |
MutableFloatMoneyPerAreaVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerAreaVector |
FloatMoneyPerAreaVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyPerArea |
MutableFloatMoneyPerAreaVector.instantiateScalar(float value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerArea |
FloatMoneyPerAreaVector.instantiateScalar(float value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerAreaVector |
MutableFloatMoneyPerAreaVector.instantiateType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerAreaVector |
FloatMoneyPerAreaVector.instantiateType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatMoneyPerAreaVector(float[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerAreaVector.
|
FloatMoneyPerAreaVector(FloatVectorData data,
MoneyPerAreaUnit unit) |
FloatMoneyPerAreaVector(List<Float> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerAreaVector.
|
FloatMoneyPerAreaVector(SortedMap<Integer,Float> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(float[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(FloatVectorData data,
MoneyPerAreaUnit unit) |
MutableFloatMoneyPerAreaVector(List<Float> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(SortedMap<Integer,Float> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerAreaVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.