Uses of Class
org.djunits.unit.SpeedUnit
Packages that use 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
Fields in org.djunits.unit declared as SpeedUnitModifier and TypeFieldDescriptionstatic final SpeedUnitSpeedUnit.FOOT_PER_HOURft/h.static final SpeedUnitSpeedUnit.FOOT_PER_MINUTEft/min.static final SpeedUnitSpeedUnit.FOOT_PER_SECONDft/s.static final SpeedUnitSpeedUnit.INCH_PER_HOURin/h.static final SpeedUnitSpeedUnit.INCH_PER_MINUTEin/min.static final SpeedUnitSpeedUnit.INCH_PER_SECONDin/s.static final SpeedUnitSpeedUnit.KM_PER_HOURkm/h.static final SpeedUnitSpeedUnit.KM_PER_SECONDkm/s.static final SpeedUnitSpeedUnit.KNOTknot = Nautical Mile per hour.static final SpeedUnitSpeedUnit.METER_PER_HOURm/h.static final SpeedUnitSpeedUnit.METER_PER_SECONDm/s.static final SpeedUnitSpeedUnit.MILE_PER_HOURmile/h.static final SpeedUnitSpeedUnit.MILE_PER_MINUTEmile/min.static final SpeedUnitSpeedUnit.MILE_PER_SECONDmile/s.static final SpeedUnitSpeedUnit.SIThe SI unit for speed is m/s.Fields in org.djunits.unit with type parameters of type SpeedUnit -
Uses of SpeedUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as SpeedUnitModifier and TypeFieldDescriptionstatic final SpeedUnitUNITS.FOOT_PER_HOURstatic final SpeedUnitUNITS.FOOT_PER_MINUTEstatic final SpeedUnitUNITS.FOOT_PER_SECONDstatic final SpeedUnitUNITS.INCH_PER_HOURstatic final SpeedUnitUNITS.INCH_PER_MINUTEstatic final SpeedUnitUNITS.INCH_PER_SECONDstatic final SpeedUnitUNITS.KM_PER_HOURstatic final SpeedUnitUNITS.KM_PER_SECONDstatic final SpeedUnitUNITS.KNOTstatic final SpeedUnitUNITS.METER_PER_HOURstatic final SpeedUnitUNITS.METER_PER_SECONDstatic final SpeedUnitUNITS.MILE_PER_HOURstatic final SpeedUnitUNITS.MILE_PER_MINUTEstatic final SpeedUnitUNITS.MILE_PER_SECOND -
Uses of SpeedUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type SpeedUnitModifier and TypeMethodDescriptionfinal SpeedMatrixReturn 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) Constructors in org.djunits.value.vdouble.matrix with parameters of type SpeedUnitModifierConstructorDescriptionSpeedMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type SpeedUnitModifierConstructorDescriptionSpeedMatrix(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
Methods in org.djunits.value.vdouble.scalar with parameters of type SpeedUnitModifier and TypeMethodDescriptionfinal SpeedReturn the current scalar as a speed, and provide a display unit.final SpeedSpeed.instantiateRel(double value, SpeedUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type SpeedUnit -
Uses of SpeedUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type SpeedUnitModifier and TypeMethodDescriptionfinal SpeedVectorReturn the current vector as a speed vector, and provide a display unit.SpeedVector.instantiateScalarSI(double valueSI, SpeedUnit displayUnit) SpeedVector.instantiateVector(DoubleVectorData dvd, SpeedUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type SpeedUnitModifierConstructorDescriptionSpeedVector(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
Methods in org.djunits.value.vfloat.matrix with parameters of type SpeedUnitModifier and TypeMethodDescriptionfinal FloatSpeedMatrixReturn 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) Constructors in org.djunits.value.vfloat.matrix with parameters of type SpeedUnitModifierConstructorDescriptionFloatSpeedMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type SpeedUnitModifierConstructorDescriptionFloatSpeedMatrix(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
Methods in org.djunits.value.vfloat.scalar with parameters of type SpeedUnitModifier and TypeMethodDescriptionfinal FloatSpeedReturn the current scalar as a speed, and provide a display unit.final FloatSpeedFloatSpeed.instantiateRel(float value, SpeedUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type SpeedUnitModifierConstructorDescriptionFloatSpeed(double value, SpeedUnit unit) Construct FloatSpeed scalar with a unit using a double value.FloatSpeed(float value, SpeedUnit unit) Construct FloatSpeed scalar with a unit. -
Uses of SpeedUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type SpeedUnitModifier and TypeMethodDescriptionfinal FloatSpeedVectorReturn the current vector as a speed vector, and provide a display unit.FloatSpeedVector.instantiateScalarSI(float valueSI, SpeedUnit displayUnit) FloatSpeedVector.instantiateVector(FloatVectorData fvd, SpeedUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type SpeedUnitModifierConstructorDescriptionFloatSpeedVector(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.