Uses of Class
org.djunits.unit.SpeedUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
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.Note: All code in this package is generated.
|
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.
|
-
Uses of SpeedUnit in org.djunits.unit
Fields in org.djunits.unit declared as SpeedUnit Modifier and Type Field Description static SpeedUnit
SpeedUnit. FOOT_PER_HOUR
ft/h.static SpeedUnit
SpeedUnit. FOOT_PER_MINUTE
ft/min.static SpeedUnit
SpeedUnit. FOOT_PER_SECOND
ft/s.static SpeedUnit
SpeedUnit. INCH_PER_HOUR
in/h.static SpeedUnit
SpeedUnit. INCH_PER_MINUTE
in/min.static SpeedUnit
SpeedUnit. INCH_PER_SECOND
in/s.static SpeedUnit
SpeedUnit. KM_PER_HOUR
km/h.static SpeedUnit
SpeedUnit. KM_PER_SECOND
km/s.static SpeedUnit
SpeedUnit. KNOT
knot = Nautical Mile per hour.static SpeedUnit
SpeedUnit. METER_PER_HOUR
m/h.static SpeedUnit
SpeedUnit. METER_PER_SECOND
m/s.static SpeedUnit
SpeedUnit. MILE_PER_HOUR
mile/h.static SpeedUnit
SpeedUnit. MILE_PER_MINUTE
mile/min.static SpeedUnit
SpeedUnit. MILE_PER_SECOND
mile/s.static SpeedUnit
SpeedUnit. SI
The SI unit for speed is m/s.Fields in org.djunits.unit with type parameters of type SpeedUnit Modifier and Type Field Description static Quantity<SpeedUnit>
SpeedUnit. BASE
The base, with "m/s" as the SI signature. -
Uses of SpeedUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as SpeedUnit Modifier and Type Field Description static SpeedUnit
UNITS. FOOT_PER_HOUR
static SpeedUnit
UNITS. FOOT_PER_MINUTE
static SpeedUnit
UNITS. FOOT_PER_SECOND
static SpeedUnit
UNITS. INCH_PER_HOUR
static SpeedUnit
UNITS. INCH_PER_MINUTE
static SpeedUnit
UNITS. INCH_PER_SECOND
static SpeedUnit
UNITS. KM_PER_HOUR
static SpeedUnit
UNITS. KM_PER_SECOND
static SpeedUnit
UNITS. KNOT
static SpeedUnit
UNITS. METER_PER_HOUR
static SpeedUnit
UNITS. METER_PER_SECOND
static SpeedUnit
UNITS. MILE_PER_HOUR
static SpeedUnit
UNITS. MILE_PER_MINUTE
static SpeedUnit
UNITS. MILE_PER_SECOND
-
Uses of SpeedUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type SpeedUnit Modifier and Type Method Description SpeedMatrix
SIMatrix. asSpeed(SpeedUnit displayUnit)
Return the current matrix as a speed matrix, and provide a display unit.SpeedMatrix
SpeedMatrix. instantiateMatrix(DoubleMatrixData dmd, SpeedUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Speed
SpeedMatrix. instantiateScalarSI(double valueSI, SpeedUnit displayUnit)
Instantiate a new scalar for the class of this matrix.SpeedVector
SpeedMatrix. instantiateVector(DoubleVectorData dvd, SpeedUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type SpeedUnit Constructor Description SpeedMatrix(DoubleMatrixData data, SpeedUnit unit)
-
Uses of SpeedUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type SpeedUnit Modifier and Type Method Description Speed
SIScalar. asSpeed(SpeedUnit displayUnit)
Return the current scalar as a speed, and provide a display unit.Speed
Speed. instantiateRel(double value, SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type SpeedUnit Constructor Description Speed(double value, SpeedUnit unit)
Construct Speed scalar. -
Uses of SpeedUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type SpeedUnit Modifier and Type Method Description SpeedVector
SIVector. asSpeed(SpeedUnit displayUnit)
Return the current vector as a speed vector, and provide a display unit.Speed
SpeedVector. instantiateScalarSI(double valueSI, SpeedUnit displayUnit)
Instantiate a new scalar for the class of this vector.SpeedVector
SpeedVector. instantiateVector(DoubleVectorData dvd, SpeedUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type SpeedUnit Constructor Description SpeedVector(DoubleVectorData data, SpeedUnit displayUnit)
Construct an SpeedVector from an internal data object. -
Uses of SpeedUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type SpeedUnit Modifier and Type Method Description FloatSpeedMatrix
FloatSIMatrix. asSpeed(SpeedUnit displayUnit)
Return the current matrix as a speed matrix, and provide a display unit.FloatSpeedMatrix
FloatSpeedMatrix. instantiateMatrix(FloatMatrixData fmd, SpeedUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatSpeed
FloatSpeedMatrix. instantiateScalarSI(float valueSI, SpeedUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatSpeedVector
FloatSpeedMatrix. instantiateVector(FloatVectorData fvd, SpeedUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type SpeedUnit Constructor Description FloatSpeedMatrix(FloatMatrixData data, SpeedUnit unit)
-
Uses of SpeedUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type SpeedUnit Modifier and Type Method Description FloatSpeed
FloatSIScalar. asSpeed(SpeedUnit displayUnit)
Return the current scalar as a speed, and provide a display unit.FloatSpeed
FloatSpeed. instantiateRel(float value, SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type SpeedUnit Constructor Description FloatSpeed(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
Methods in org.djunits.value.vfloat.vector with parameters of type SpeedUnit Modifier and Type Method Description FloatSpeedVector
FloatSIVector. asSpeed(SpeedUnit displayUnit)
Return the current vector as a speed vector, and provide a display unit.FloatSpeed
FloatSpeedVector. instantiateScalarSI(float valueSI, SpeedUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatSpeedVector
FloatSpeedVector. instantiateVector(FloatVectorData fvd, SpeedUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type SpeedUnit Constructor Description FloatSpeedVector(FloatVectorData data, SpeedUnit unit)
Construct an FloatSpeedVector from an internal data object.