| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| 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.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| 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 conversionFactorToReferenceUnit)
Build a user-defined MoneyPerAreaUnit with a conversion factor to another MoneyPerAreaUnit.
|
| Constructor and Description |
|---|
MoneyPerArea(double value,
MoneyPerAreaUnit unit)
Construct MoneyPerArea scalar.
|
| Constructor and Description |
|---|
MoneyPerArea(DoubleScalar.Rel<MoneyPerAreaUnit> value)
Construct MoneyPerArea scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
MoneyPerAreaUnit unit)
Construct a new Dense Immutable Double MoneyPerArea Vector.
|
Dense(double[] values,
MoneyPerAreaUnit unit)
Construct a new Dense Immutable Double MoneyPerArea Vector.
|
Dense(List<Double> values,
MoneyPerAreaUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
MoneyPerAreaUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MoneyPerAreaVector(MoneyPerAreaUnit unit) |
MutableMoneyPerAreaVector(MoneyPerAreaUnit unit) |
Sparse(double[] values,
MoneyPerAreaUnit unit)
Construct a new Sparse Immutable Double MoneyPerArea Vector.
|
Sparse(double[] values,
MoneyPerAreaUnit unit)
Construct a new Sparse Immutable Double MoneyPerArea Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerAreaUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerArea Vector.
|
Sparse(SortedMap<Integer,Double> values,
MoneyPerAreaUnit unit,
int length)
Construct a new Sparse Immutable MoneyPerArea Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<MoneyPerAreaUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<MoneyPerAreaUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerAreaUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerArea Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<MoneyPerAreaUnit>> values,
int length)
Construct a new Sparse Immutable MoneyPerArea Vector.
|
| Constructor and Description |
|---|
FloatMoneyPerArea(double value,
MoneyPerAreaUnit unit)
Construct FloatMoneyPerArea scalar using a double value.
|
FloatMoneyPerArea(float value,
MoneyPerAreaUnit unit)
Construct FloatMoneyPerArea scalar.
|
| Constructor and Description |
|---|
FloatMoneyPerArea(FloatScalar.Rel<MoneyPerAreaUnit> value)
Construct FloatMoneyPerArea scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.