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 SpeedUnitSpeedUnit. FOOT_PER_HOURft/h.static SpeedUnitSpeedUnit. FOOT_PER_MINUTEft/min.static SpeedUnitSpeedUnit. FOOT_PER_SECONDft/s.static SpeedUnitSpeedUnit. INCH_PER_HOURin/h.static SpeedUnitSpeedUnit. INCH_PER_MINUTEin/min.static SpeedUnitSpeedUnit. INCH_PER_SECONDin/s.static SpeedUnitSpeedUnit. KM_PER_HOURkm/h.static SpeedUnitSpeedUnit. KM_PER_SECONDkm/s.static SpeedUnitSpeedUnit. KNOTknot = Nautical Mile per hour.static SpeedUnitSpeedUnit. METER_PER_HOURm/h.static SpeedUnitSpeedUnit. METER_PER_SECONDm/s.static SpeedUnitSpeedUnit. MILE_PER_HOURmile/h.static SpeedUnitSpeedUnit. MILE_PER_MINUTEmile/min.static SpeedUnitSpeedUnit. MILE_PER_SECONDmile/s.static SpeedUnitSpeedUnit. SIThe 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. BASEThe 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 SpeedUnitUNITS. FOOT_PER_HOURstatic SpeedUnitUNITS. FOOT_PER_MINUTEstatic SpeedUnitUNITS. FOOT_PER_SECONDstatic SpeedUnitUNITS. INCH_PER_HOURstatic SpeedUnitUNITS. INCH_PER_MINUTEstatic SpeedUnitUNITS. INCH_PER_SECONDstatic SpeedUnitUNITS. KM_PER_HOURstatic SpeedUnitUNITS. KM_PER_SECONDstatic SpeedUnitUNITS. KNOTstatic SpeedUnitUNITS. METER_PER_HOURstatic SpeedUnitUNITS. METER_PER_SECONDstatic SpeedUnitUNITS. MILE_PER_HOURstatic SpeedUnitUNITS. MILE_PER_MINUTEstatic SpeedUnitUNITS. 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 SpeedMatrixSIMatrix. asSpeed(SpeedUnit displayUnit)Return the current matrix as a speed matrix, and provide a display unit.SpeedMatrixSpeedMatrix. instantiateMatrix(DoubleMatrixData dmd, SpeedUnit displayUnit)Instantiate a new matrix of the class of this matrix.SpeedSpeedMatrix. instantiateScalarSI(double valueSI, SpeedUnit displayUnit)Instantiate a new scalar for the class of this matrix.SpeedVectorSpeedMatrix. 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 SpeedSIScalar. asSpeed(SpeedUnit displayUnit)Return the current scalar as a speed, and provide a display unit.SpeedSpeed. 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 SpeedVectorSIVector. asSpeed(SpeedUnit displayUnit)Return the current vector as a speed vector, and provide a display unit.SpeedSpeedVector. instantiateScalarSI(double valueSI, SpeedUnit displayUnit)Instantiate a new scalar for the class of this vector.SpeedVectorSpeedVector. 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 FloatSpeedMatrixFloatSIMatrix. asSpeed(SpeedUnit displayUnit)Return the current matrix as a speed matrix, and provide a display unit.FloatSpeedMatrixFloatSpeedMatrix. instantiateMatrix(FloatMatrixData fmd, SpeedUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatSpeedFloatSpeedMatrix. instantiateScalarSI(float valueSI, SpeedUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatSpeedVectorFloatSpeedMatrix. 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 FloatSpeedFloatSIScalar. asSpeed(SpeedUnit displayUnit)Return the current scalar as a speed, and provide a display unit.FloatSpeedFloatSpeed. 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 FloatSpeedVectorFloatSIVector. asSpeed(SpeedUnit displayUnit)Return the current vector as a speed vector, and provide a display unit.FloatSpeedFloatSpeedVector. instantiateScalarSI(float valueSI, SpeedUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatSpeedVectorFloatSpeedVector. 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.