Uses of Class
org.djunits.unit.ForceUnit
| 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 ForceUnit in org.djunits.unit
Fields in org.djunits.unit declared as ForceUnit Modifier and Type Field Description static ForceUnitForceUnit. DYNEDyne.static ForceUnitForceUnit. KILOGRAM_FORCEkilogram-force.static ForceUnitForceUnit. NEWTONNewton.static ForceUnitForceUnit. OUNCE_FORCEounce-force.static ForceUnitForceUnit. POUND_FORCEpound-force.static ForceUnitForceUnit. SIThe SI unit for force is Newton.static ForceUnitForceUnit. STHENEsthene.static ForceUnitForceUnit. TON_FORCEton-force.Fields in org.djunits.unit with type parameters of type ForceUnit Modifier and Type Field Description static Quantity<ForceUnit>ForceUnit. BASEThe base, with "kgm/s2" as the SI signature. -
Uses of ForceUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as ForceUnit Modifier and Type Field Description static ForceUnitUNITS. DYNEstatic ForceUnitUNITS. KILOGRAM_FORCEstatic ForceUnitUNITS. NEWTONstatic ForceUnitUNITS. OUNCE_FORCEstatic ForceUnitUNITS. POUND_FORCEstatic ForceUnitUNITS. STHENEstatic ForceUnitUNITS. TON_FORCE -
Uses of ForceUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type ForceUnit Modifier and Type Method Description ForceMatrixSIMatrix. asForce(ForceUnit displayUnit)Return the current matrix as a force matrix, and provide a display unit.ForceMatrixForceMatrix. instantiateMatrix(DoubleMatrixData dmd, ForceUnit displayUnit)Instantiate a new matrix of the class of this matrix.ForceForceMatrix. instantiateScalarSI(double valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this matrix.ForceVectorForceMatrix. instantiateVector(DoubleVectorData dvd, ForceUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type ForceUnit Constructor Description ForceMatrix(DoubleMatrixData data, ForceUnit unit) -
Uses of ForceUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type ForceUnit Modifier and Type Method Description ForceSIScalar. asForce(ForceUnit displayUnit)Return the current scalar as a force, and provide a display unit.ForceForce. instantiateRel(double value, ForceUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type ForceUnit Constructor Description Force(double value, ForceUnit unit)Construct Force scalar. -
Uses of ForceUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type ForceUnit Modifier and Type Method Description ForceVectorSIVector. asForce(ForceUnit displayUnit)Return the current vector as a force vector, and provide a display unit.ForceForceVector. instantiateScalarSI(double valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this vector.ForceVectorForceVector. instantiateVector(DoubleVectorData dvd, ForceUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type ForceUnit Constructor Description ForceVector(DoubleVectorData data, ForceUnit displayUnit)Construct an ForceVector from an internal data object. -
Uses of ForceUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type ForceUnit Modifier and Type Method Description FloatForceMatrixFloatSIMatrix. asForce(ForceUnit displayUnit)Return the current matrix as a force matrix, and provide a display unit.FloatForceMatrixFloatForceMatrix. instantiateMatrix(FloatMatrixData fmd, ForceUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatForceFloatForceMatrix. instantiateScalarSI(float valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatForceVectorFloatForceMatrix. instantiateVector(FloatVectorData fvd, ForceUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type ForceUnit Constructor Description FloatForceMatrix(FloatMatrixData data, ForceUnit unit) -
Uses of ForceUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type ForceUnit Modifier and Type Method Description FloatForceFloatSIScalar. asForce(ForceUnit displayUnit)Return the current scalar as a force, and provide a display unit.FloatForceFloatForce. instantiateRel(float value, ForceUnit unit)Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type ForceUnit Constructor Description FloatForce(double value, ForceUnit unit)Construct FloatForce scalar using a double value.FloatForce(float value, ForceUnit unit)Construct FloatForce scalar. -
Uses of ForceUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type ForceUnit Modifier and Type Method Description FloatForceVectorFloatSIVector. asForce(ForceUnit displayUnit)Return the current vector as a force vector, and provide a display unit.FloatForceFloatForceVector. instantiateScalarSI(float valueSI, ForceUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatForceVectorFloatForceVector. instantiateVector(FloatVectorData fvd, ForceUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type ForceUnit Constructor Description FloatForceVector(FloatVectorData data, ForceUnit unit)Construct an FloatForceVector from an internal data object.