Uses of Class
org.djunits.unit.SpeedUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of SpeedUnit in org.djunits.unit
Modifier and TypeFieldDescriptionstatic final SpeedUnit
SpeedUnit.FOOT_PER_HOUR
ft/h.static final SpeedUnit
SpeedUnit.FOOT_PER_MINUTE
ft/min.static final SpeedUnit
SpeedUnit.FOOT_PER_SECOND
ft/s.static final SpeedUnit
SpeedUnit.INCH_PER_HOUR
in/h.static final SpeedUnit
SpeedUnit.INCH_PER_MINUTE
in/min.static final SpeedUnit
SpeedUnit.INCH_PER_SECOND
in/s.static final SpeedUnit
SpeedUnit.KM_PER_HOUR
km/h.static final SpeedUnit
SpeedUnit.KM_PER_SECOND
km/s.static final SpeedUnit
SpeedUnit.KNOT
knot = Nautical Mile per hour.static final SpeedUnit
SpeedUnit.METER_PER_HOUR
m/h.static final SpeedUnit
SpeedUnit.METER_PER_SECOND
m/s.static final SpeedUnit
SpeedUnit.MILE_PER_HOUR
mile/h.static final SpeedUnit
SpeedUnit.MILE_PER_MINUTE
mile/min.static final SpeedUnit
SpeedUnit.MILE_PER_SECOND
mile/s.static final SpeedUnit
SpeedUnit.SI
The SI unit for speed is m/s. -
Uses of SpeedUnit in org.djunits.unit.util
Modifier and TypeFieldDescriptionstatic final SpeedUnit
UNITS.FOOT_PER_HOUR
static final SpeedUnit
UNITS.FOOT_PER_MINUTE
static final SpeedUnit
UNITS.FOOT_PER_SECOND
static final SpeedUnit
UNITS.INCH_PER_HOUR
static final SpeedUnit
UNITS.INCH_PER_MINUTE
static final SpeedUnit
UNITS.INCH_PER_SECOND
static final SpeedUnit
UNITS.KM_PER_HOUR
static final SpeedUnit
UNITS.KM_PER_SECOND
static final SpeedUnit
UNITS.KNOT
static final SpeedUnit
UNITS.METER_PER_HOUR
static final SpeedUnit
UNITS.METER_PER_SECOND
static final SpeedUnit
UNITS.MILE_PER_HOUR
static final SpeedUnit
UNITS.MILE_PER_MINUTE
static final SpeedUnit
UNITS.MILE_PER_SECOND
-
Uses of SpeedUnit in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionfinal SpeedMatrix
Return the current matrix as a speed matrix, and provide a display unit.SpeedMatrix.instantiateMatrix
(DoubleMatrixData dmd, SpeedUnit displayUnit) SpeedMatrix.instantiateScalarSI
(double valueSI, SpeedUnit displayUnit) SpeedMatrix.instantiateVector
(DoubleVectorData dvd, SpeedUnit displayUnit) ModifierConstructorDescriptionSpeedMatrix
(double[][] data, SpeedUnit displayUnit) Construct a SpeedMatrix from a double[][] object.SpeedMatrix
(double[][] data, SpeedUnit displayUnit, StorageType storageType) Construct a SpeedMatrix from a double[][] object.SpeedMatrix
(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, SpeedUnit displayUnit, int rows, int cols) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix
(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, SpeedUnit displayUnit, int rows, int cols, StorageType storageType) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix
(DoubleMatrixData data, SpeedUnit displayUnit) Construct a SpeedMatrix from an internal data object.SpeedMatrix
(Speed[][] data, SpeedUnit displayUnit) Construct a SpeedMatrix from an array of an array of Speed objects.SpeedMatrix
(Speed[][] data, SpeedUnit displayUnit, StorageType storageType) Construct a SpeedMatrix from an array of an array of Speed objects.ModifierConstructorDescriptionSpeedMatrix
(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, int rows, int cols) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix
(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, int rows, int cols, StorageType storageType) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix
(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, SpeedUnit displayUnit, int rows, int cols) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix
(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, SpeedUnit displayUnit, int rows, int cols, StorageType storageType) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of SpeedUnit in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal Speed
Return the current scalar as a speed, and provide a display unit.final Speed
Speed.instantiateRel
(double value, SpeedUnit unit) -
Uses of SpeedUnit in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionfinal SpeedVector
Return the current vector as a speed vector, and provide a display unit.SpeedVector.instantiateScalarSI
(double valueSI, SpeedUnit displayUnit) SpeedVector.instantiateVector
(DoubleVectorData dvd, SpeedUnit displayUnit) ModifierConstructorDescriptionSpeedVector
(double[] data, SpeedUnit displayUnit) Construct an SpeedVector from a double[] object.SpeedVector
(double[] data, SpeedUnit displayUnit, StorageType storageType) Construct an SpeedVector from a double[] object.SpeedVector
(List<? extends Number> data, SpeedUnit displayUnit) Construct an SpeedVector from a list of Number objects or a list of Speed objects.SpeedVector
(List<? extends Number> data, SpeedUnit displayUnit, StorageType storageType) Construct an SpeedVector from a list of Number objects or a list of Speed objects.SpeedVector
(Map<Integer, ? extends Number> data, int size, SpeedUnit displayUnit) Construct an SpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Speed objects.SpeedVector
(Map<Integer, ? extends Number> data, int size, SpeedUnit displayUnit, StorageType storageType) Construct an SpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Speed objects.SpeedVector
(Speed[] data, SpeedUnit displayUnit) Construct an SpeedVector from an array of Speed objects.SpeedVector
(Speed[] data, SpeedUnit displayUnit, StorageType storageType) Construct an SpeedVector from an array of Speed objects.SpeedVector
(DoubleVectorData data, SpeedUnit displayUnit) Construct an SpeedVector from an internal data object. -
Uses of SpeedUnit in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionfinal FloatSpeedMatrix
Return the current matrix as a speed matrix, and provide a display unit.FloatSpeedMatrix.instantiateMatrix
(FloatMatrixData fmd, SpeedUnit displayUnit) FloatSpeedMatrix.instantiateScalarSI
(float valueSI, SpeedUnit displayUnit) FloatSpeedMatrix.instantiateVector
(FloatVectorData fvd, SpeedUnit displayUnit) ModifierConstructorDescriptionFloatSpeedMatrix
(float[][] data, SpeedUnit displayUnit) Construct a FloatSpeedMatrix from a float[][] object.FloatSpeedMatrix
(float[][] data, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedMatrix from a float[][] object.FloatSpeedMatrix
(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, SpeedUnit displayUnit, int rows, int cols) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix
(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, SpeedUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix
(FloatMatrixData data, SpeedUnit displayUnit) Construct a FloatSpeedMatrix from an internal data object.FloatSpeedMatrix
(FloatSpeed[][] data, SpeedUnit displayUnit) Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.FloatSpeedMatrix
(FloatSpeed[][] data, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedMatrix from an array of an array of FloatSpeed objects.ModifierConstructorDescriptionFloatSpeedMatrix
(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, int rows, int cols) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix
(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, int rows, int cols, StorageType storageType) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix
(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, SpeedUnit displayUnit, int rows, int cols) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects.FloatSpeedMatrix
(Collection<FloatSparseValue<SpeedUnit, FloatSpeed>> data, SpeedUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatSpeedMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of SpeedUnit in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatSpeed
Return the current scalar as a speed, and provide a display unit.final FloatSpeed
FloatSpeed.instantiateRel
(float value, SpeedUnit unit) ModifierConstructorDescriptionFloatSpeed
(double value, SpeedUnit unit) Construct FloatSpeed scalar using a double value.FloatSpeed
(float value, SpeedUnit unit) Construct FloatSpeed scalar. -
Uses of SpeedUnit in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionfinal FloatSpeedVector
Return the current vector as a speed vector, and provide a display unit.FloatSpeedVector.instantiateScalarSI
(float valueSI, SpeedUnit displayUnit) FloatSpeedVector.instantiateVector
(FloatVectorData fvd, SpeedUnit displayUnit) ModifierConstructorDescriptionFloatSpeedVector
(float[] data, SpeedUnit displayUnit) Construct a FloatSpeedVector from a float[] object.FloatSpeedVector
(float[] data, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedVector from a float[] object.FloatSpeedVector
(List<? extends Number> data, SpeedUnit displayUnit) Construct a FloatSpeedVector from a list of Number objects or a list of FloatSpeed objects.FloatSpeedVector
(List<? extends Number> data, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedVector from a list of Number objects or a list of FloatSpeed objects.FloatSpeedVector
(Map<Integer, ? extends Number> data, int size, SpeedUnit displayUnit) Construct a FloatSpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSpeed objects.FloatSpeedVector
(Map<Integer, ? extends Number> data, int size, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatSpeed objects.FloatSpeedVector
(FloatSpeed[] data, SpeedUnit displayUnit) Construct a FloatSpeedVector from an array of FloatSpeed objects.FloatSpeedVector
(FloatSpeed[] data, SpeedUnit displayUnit, StorageType storageType) Construct a FloatSpeedVector from an array of FloatSpeed objects.FloatSpeedVector
(FloatVectorData data, SpeedUnit displayUnit) Construct a FloatSpeedVector from an internal data object.