| 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 VolumeUnit |
VolumeUnit.CUBIC_CENTIMETER
cm^3.
|
static VolumeUnit |
UNITS.CUBIC_CENTIMETER |
static VolumeUnit |
VolumeUnit.CUBIC_DECIMETER
dm^3.
|
static VolumeUnit |
UNITS.CUBIC_DECIMETER |
static VolumeUnit |
VolumeUnit.CUBIC_FOOT
ft^3.
|
static VolumeUnit |
UNITS.CUBIC_FOOT |
static VolumeUnit |
VolumeUnit.CUBIC_INCH
in^3.
|
static VolumeUnit |
UNITS.CUBIC_INCH |
static VolumeUnit |
VolumeUnit.CUBIC_KM
km^3.
|
static VolumeUnit |
UNITS.CUBIC_KM |
static VolumeUnit |
VolumeUnit.CUBIC_METER
m^3.
|
static VolumeUnit |
UNITS.CUBIC_METER |
static VolumeUnit |
VolumeUnit.CUBIC_MILE
mile^3.
|
static VolumeUnit |
UNITS.CUBIC_MILE |
static VolumeUnit |
VolumeUnit.CUBIC_YARD
yd^3.
|
static VolumeUnit |
UNITS.CUBIC_YARD |
static VolumeUnit |
VolumeUnit.GALLON_IMP
gallon (imperial).
|
static VolumeUnit |
UNITS.GALLON_IMP |
static VolumeUnit |
VolumeUnit.GALLON_US_FLUID
gallon (US), fluids.
|
static VolumeUnit |
UNITS.GALLON_US_FLUID |
static VolumeUnit |
VolumeUnit.LITER
liter.
|
static VolumeUnit |
UNITS.LITER |
static VolumeUnit |
VolumeUnit.OUNCE_IMP_FLUID
ounce (fluid imperial).
|
static VolumeUnit |
UNITS.OUNCE_IMP_FLUID |
static VolumeUnit |
VolumeUnit.OUNCE_US_FLUID
ounce (fluid US).
|
static VolumeUnit |
UNITS.OUNCE_US_FLUID |
static VolumeUnit |
VolumeUnit.PINT_IMP
pint (imperial).
|
static VolumeUnit |
UNITS.PINT_IMP |
static VolumeUnit |
VolumeUnit.PINT_US_FLUID
pint (fluid US).
|
static VolumeUnit |
UNITS.PINT_US_FLUID |
static VolumeUnit |
VolumeUnit.QUART_IMP
quart (imperial).
|
static VolumeUnit |
UNITS.QUART_IMP |
static VolumeUnit |
VolumeUnit.QUART_US_FLUID
quart (fluid US).
|
static VolumeUnit |
UNITS.QUART_US_FLUID |
static VolumeUnit |
VolumeUnit.SI
The SI unit for volume is m^3.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeUnit |
VolumeUnit.getStandardUnit() |
VolumeUnit |
MoneyPerVolumeUnit.getVolumeUnit() |
| Constructor and Description |
|---|
FlowVolumeUnit(VolumeUnit volumeUnit,
TimeUnit timeUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Create a user-defined flow-volumeunit based as a volume unit per time unit.
|
MoneyPerVolumeUnit(MoneyUnit moneyUnit,
VolumeUnit volumeUnit,
String name,
String abbreviation)
Build a user-defined money per volume unit from a money unit and an volume unit.
|
VolumeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
VolumeUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined VolumeUnit with a conversion factor to another VolumeUnit, e.g.
|
| Constructor and Description |
|---|
Volume(double value,
VolumeUnit unit)
Construct Volume scalar.
|
| Constructor and Description |
|---|
Volume(DoubleScalar.Rel<VolumeUnit> value)
Construct Volume scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
VolumeUnit unit)
Construct a new Dense Immutable Double Volume Vector.
|
Dense(double[] values,
VolumeUnit unit)
Construct a new Dense Immutable Double Volume Vector.
|
Dense(List<Double> values,
VolumeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
VolumeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MutableVolumeVector(VolumeUnit unit) |
Sparse(double[] values,
VolumeUnit unit)
Construct a new Sparse Immutable Double Volume Vector.
|
Sparse(double[] values,
VolumeUnit unit)
Construct a new Sparse Immutable Double Volume Vector.
|
Sparse(SortedMap<Integer,Double> values,
VolumeUnit unit,
int length)
Construct a new Sparse Immutable Volume Vector.
|
Sparse(SortedMap<Integer,Double> values,
VolumeUnit unit,
int length)
Construct a new Sparse Immutable Volume Vector.
|
VolumeVector(VolumeUnit unit) |
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<VolumeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<VolumeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<VolumeUnit>> values,
int length)
Construct a new Sparse Immutable Volume Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<VolumeUnit>> values,
int length)
Construct a new Sparse Immutable Volume Vector.
|
| Constructor and Description |
|---|
FloatVolume(double value,
VolumeUnit unit)
Construct FloatVolume scalar using a double value.
|
FloatVolume(float value,
VolumeUnit unit)
Construct FloatVolume scalar.
|
| Constructor and Description |
|---|
FloatVolume(FloatScalar.Rel<VolumeUnit> value)
Construct FloatVolume scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.