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 ForceUnit
ForceUnit. DYNE
Dyne.static ForceUnit
ForceUnit. KILOGRAM_FORCE
kilogram-force.static ForceUnit
ForceUnit. NEWTON
Newton.static ForceUnit
ForceUnit. OUNCE_FORCE
ounce-force.static ForceUnit
ForceUnit. POUND_FORCE
pound-force.static ForceUnit
ForceUnit. SI
The SI unit for force is Newton.static ForceUnit
ForceUnit. STHENE
sthene.static ForceUnit
ForceUnit. TON_FORCE
ton-force.Fields in org.djunits.unit with type parameters of type ForceUnit Modifier and Type Field Description static Quantity<ForceUnit>
ForceUnit. BASE
The 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 ForceUnit
UNITS. DYNE
static ForceUnit
UNITS. KILOGRAM_FORCE
static ForceUnit
UNITS. NEWTON
static ForceUnit
UNITS. OUNCE_FORCE
static ForceUnit
UNITS. POUND_FORCE
static ForceUnit
UNITS. STHENE
static ForceUnit
UNITS. 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 ForceMatrix
SIMatrix. asForce(ForceUnit displayUnit)
Return the current matrix as a force matrix, and provide a display unit.ForceMatrix
ForceMatrix. instantiateMatrix(DoubleMatrixData dmd, ForceUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Force
ForceMatrix. instantiateScalarSI(double valueSI, ForceUnit displayUnit)
Instantiate a new scalar for the class of this matrix.ForceVector
ForceMatrix. 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 Force
SIScalar. asForce(ForceUnit displayUnit)
Return the current scalar as a force, and provide a display unit.Force
Force. 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 ForceVector
SIVector. asForce(ForceUnit displayUnit)
Return the current vector as a force vector, and provide a display unit.Force
ForceVector. instantiateScalarSI(double valueSI, ForceUnit displayUnit)
Instantiate a new scalar for the class of this vector.ForceVector
ForceVector. 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 FloatForceMatrix
FloatSIMatrix. asForce(ForceUnit displayUnit)
Return the current matrix as a force matrix, and provide a display unit.FloatForceMatrix
FloatForceMatrix. instantiateMatrix(FloatMatrixData fmd, ForceUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatForce
FloatForceMatrix. instantiateScalarSI(float valueSI, ForceUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatForceVector
FloatForceMatrix. 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 FloatForce
FloatSIScalar. asForce(ForceUnit displayUnit)
Return the current scalar as a force, and provide a display unit.FloatForce
FloatForce. 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 FloatForceVector
FloatSIVector. asForce(ForceUnit displayUnit)
Return the current vector as a force vector, and provide a display unit.FloatForce
FloatForceVector. instantiateScalarSI(float valueSI, ForceUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatForceVector
FloatForceVector. 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.