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 SpeedUnit |
UNITS.FOOT_PER_HOUR |
static SpeedUnit |
SpeedUnit.FOOT_PER_HOUR
ft/h.
|
static SpeedUnit |
UNITS.FOOT_PER_MINUTE |
static SpeedUnit |
SpeedUnit.FOOT_PER_MINUTE
ft/min.
|
static SpeedUnit |
UNITS.FOOT_PER_SECOND |
static SpeedUnit |
SpeedUnit.FOOT_PER_SECOND
ft/s.
|
static SpeedUnit |
UNITS.INCH_PER_HOUR |
static SpeedUnit |
SpeedUnit.INCH_PER_HOUR
in/h.
|
static SpeedUnit |
UNITS.INCH_PER_MINUTE |
static SpeedUnit |
SpeedUnit.INCH_PER_MINUTE
in/min.
|
static SpeedUnit |
UNITS.INCH_PER_SECOND |
static SpeedUnit |
SpeedUnit.INCH_PER_SECOND
in/s.
|
static SpeedUnit |
UNITS.KM_PER_HOUR |
static SpeedUnit |
SpeedUnit.KM_PER_HOUR
km/h.
|
static SpeedUnit |
UNITS.KM_PER_SECOND |
static SpeedUnit |
SpeedUnit.KM_PER_SECOND
km/s.
|
static SpeedUnit |
UNITS.KNOT |
static SpeedUnit |
SpeedUnit.KNOT
knot.
|
static SpeedUnit |
UNITS.METER_PER_HOUR |
static SpeedUnit |
SpeedUnit.METER_PER_HOUR
m/h.
|
static SpeedUnit |
UNITS.METER_PER_SECOND |
static SpeedUnit |
SpeedUnit.METER_PER_SECOND
m/s.
|
static SpeedUnit |
UNITS.MILE_PER_HOUR |
static SpeedUnit |
SpeedUnit.MILE_PER_HOUR
mile/h.
|
static SpeedUnit |
UNITS.MILE_PER_MINUTE |
static SpeedUnit |
SpeedUnit.MILE_PER_MINUTE
mile/min.
|
static SpeedUnit |
UNITS.MILE_PER_SECOND |
static SpeedUnit |
SpeedUnit.MILE_PER_SECOND
mile/s.
|
static SpeedUnit |
SpeedUnit.SI
The SI unit for speed is m/s.
|
Modifier and Type | Method and Description |
---|---|
SpeedUnit |
SpeedUnit.getStandardUnit() |
Constructor and Description |
---|
AccelerationUnit(SpeedUnit speedUnit,
DurationUnit durationUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Define user-defined acceleration unit based on speed and time.
|
SpeedUnit(String name,
String abbreviation,
UnitSystem unitSystem,
SpeedUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined SpeedUnit with a conversion factor to another SpeedUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutableSpeedMatrix |
SpeedMatrix.instantiateMutableType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableSpeedMatrix |
MutableSpeedMatrix.instantiateMutableType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Speed |
SpeedMatrix.instantiateScalar(double value,
SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Speed |
MutableSpeedMatrix.instantiateScalar(double value,
SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected SpeedMatrix |
SpeedMatrix.instantiateType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected SpeedMatrix |
MutableSpeedMatrix.instantiateType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MutableSpeedMatrix(double[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedMatrix.
|
MutableSpeedMatrix(DoubleMatrixData data,
SpeedUnit unit) |
SpeedMatrix(double[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedMatrix.
|
SpeedMatrix(DoubleMatrixData data,
SpeedUnit unit) |
Modifier and Type | Method and Description |
---|---|
Speed |
Speed.instantiateRel(double value,
SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Speed(double value,
SpeedUnit unit)
Construct Speed scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableSpeedVector |
SpeedVector.instantiateMutableType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableSpeedVector |
MutableSpeedVector.instantiateMutableType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Speed |
SpeedVector.instantiateScalar(double value,
SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Speed |
MutableSpeedVector.instantiateScalar(double value,
SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected SpeedVector |
SpeedVector.instantiateType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected SpeedVector |
MutableSpeedVector.instantiateType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MutableSpeedVector(double[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(DoubleVectorData data,
SpeedUnit unit) |
MutableSpeedVector(List<Double> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(SortedMap<Integer,Double> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(double[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(DoubleVectorData data,
SpeedUnit unit) |
SpeedVector(List<Double> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(SortedMap<Integer,Double> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatSpeedMatrix |
MutableFloatSpeedMatrix.instantiateMutableType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatSpeedMatrix |
FloatSpeedMatrix.instantiateMutableType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatSpeed |
MutableFloatSpeedMatrix.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatSpeed |
FloatSpeedMatrix.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatSpeedMatrix |
MutableFloatSpeedMatrix.instantiateType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatSpeedMatrix |
FloatSpeedMatrix.instantiateType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatSpeedMatrix(float[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
FloatSpeedMatrix(FloatMatrixData data,
SpeedUnit unit) |
MutableFloatSpeedMatrix(float[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
MutableFloatSpeedMatrix(FloatMatrixData data,
SpeedUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatSpeed |
FloatSpeed.instantiateRel(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatSpeed(double value,
SpeedUnit unit)
Construct FloatSpeed scalar using a double value.
|
FloatSpeed(float value,
SpeedUnit unit)
Construct FloatSpeed scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatSpeedVector |
MutableFloatSpeedVector.instantiateMutableType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatSpeedVector |
FloatSpeedVector.instantiateMutableType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatSpeed |
MutableFloatSpeedVector.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatSpeed |
FloatSpeedVector.instantiateScalar(float value,
SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatSpeedVector |
MutableFloatSpeedVector.instantiateType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatSpeedVector |
FloatSpeedVector.instantiateType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatSpeedVector(float[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatSpeedVector.
|
FloatSpeedVector(FloatVectorData data,
SpeedUnit unit) |
FloatSpeedVector(List<Float> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatSpeedVector.
|
FloatSpeedVector(SortedMap<Integer,Float> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatSpeedVector.
|
MutableFloatSpeedVector(float[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float SpeedVector.
|
MutableFloatSpeedVector(FloatVectorData data,
SpeedUnit unit) |
MutableFloatSpeedVector(List<Float> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float SpeedVector.
|
MutableFloatSpeedVector(SortedMap<Integer,Float> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float SpeedVector.
|
Copyright © 2015–2018 Delft University of Technology. All rights reserved.