Uses of Class
org.djunits.unit.ForceUnit
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 ForceUnit in org.djunits.unit
Modifier and TypeFieldDescriptionstatic final ForceUnit
ForceUnit.DYNE
Dyne.static final ForceUnit
ForceUnit.KILOGRAM_FORCE
kilogram-force.static final ForceUnit
ForceUnit.NEWTON
Newton.static final ForceUnit
ForceUnit.OUNCE_FORCE
ounce-force.static final ForceUnit
ForceUnit.POUND_FORCE
pound-force.static final ForceUnit
ForceUnit.SI
The SI unit for force is Newton.static final ForceUnit
ForceUnit.STHENE
sthene.static final ForceUnit
ForceUnit.TON_FORCE
ton-force. -
Uses of ForceUnit in org.djunits.unit.util
Modifier and TypeFieldDescriptionstatic final ForceUnit
UNITS.DYNE
static final ForceUnit
UNITS.KILOGRAM_FORCE
static final ForceUnit
UNITS.NEWTON
static final ForceUnit
UNITS.OUNCE_FORCE
static final ForceUnit
UNITS.POUND_FORCE
static final ForceUnit
UNITS.STHENE
static final ForceUnit
UNITS.TON_FORCE
-
Uses of ForceUnit in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionfinal ForceMatrix
Return the current matrix as a force matrix, and provide a display unit.ForceMatrix.instantiateMatrix
(DoubleMatrixData dmd, ForceUnit displayUnit) ForceMatrix.instantiateScalarSI
(double valueSI, ForceUnit displayUnit) ForceMatrix.instantiateVector
(DoubleVectorData dvd, ForceUnit displayUnit) ModifierConstructorDescriptionForceMatrix
(double[][] data, ForceUnit displayUnit) Construct a ForceMatrix from a double[][] object.ForceMatrix
(double[][] data, ForceUnit displayUnit, StorageType storageType) Construct a ForceMatrix from a double[][] object.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, ForceUnit displayUnit, int rows, int cols) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, ForceUnit displayUnit, int rows, int cols, StorageType storageType) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(DoubleMatrixData data, ForceUnit displayUnit) Construct a ForceMatrix from an internal data object.ForceMatrix
(Force[][] data, ForceUnit displayUnit) Construct a ForceMatrix from an array of an array of Force objects.ForceMatrix
(Force[][] data, ForceUnit displayUnit, StorageType storageType) Construct a ForceMatrix from an array of an array of Force objects.ModifierConstructorDescriptionForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, int rows, int cols) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, int rows, int cols, StorageType storageType) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, ForceUnit displayUnit, int rows, int cols) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, ForceUnit displayUnit, int rows, int cols, StorageType storageType) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of ForceUnit in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal Force
Return the current scalar as a force, and provide a display unit.final Force
Force.instantiateRel
(double value, ForceUnit unit) -
Uses of ForceUnit in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionfinal ForceVector
Return the current vector as a force vector, and provide a display unit.ForceVector.instantiateScalarSI
(double valueSI, ForceUnit displayUnit) ForceVector.instantiateVector
(DoubleVectorData dvd, ForceUnit displayUnit) ModifierConstructorDescriptionForceVector
(double[] data, ForceUnit displayUnit) Construct an ForceVector from a double[] object.ForceVector
(double[] data, ForceUnit displayUnit, StorageType storageType) Construct an ForceVector from a double[] object.ForceVector
(List<? extends Number> data, ForceUnit displayUnit) Construct an ForceVector from a list of Number objects or a list of Force objects.ForceVector
(List<? extends Number> data, ForceUnit displayUnit, StorageType storageType) Construct an ForceVector from a list of Number objects or a list of Force objects.ForceVector
(Map<Integer, ? extends Number> data, int size, ForceUnit displayUnit) Construct an ForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Force objects.ForceVector
(Map<Integer, ? extends Number> data, int size, ForceUnit displayUnit, StorageType storageType) Construct an ForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Force objects.ForceVector
(Force[] data, ForceUnit displayUnit) Construct an ForceVector from an array of Force objects.ForceVector
(Force[] data, ForceUnit displayUnit, StorageType storageType) Construct an ForceVector from an array of Force objects.ForceVector
(DoubleVectorData data, ForceUnit displayUnit) Construct an ForceVector from an internal data object. -
Uses of ForceUnit in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionfinal FloatForceMatrix
Return the current matrix as a force matrix, and provide a display unit.FloatForceMatrix.instantiateMatrix
(FloatMatrixData fmd, ForceUnit displayUnit) FloatForceMatrix.instantiateScalarSI
(float valueSI, ForceUnit displayUnit) FloatForceMatrix.instantiateVector
(FloatVectorData fvd, ForceUnit displayUnit) ModifierConstructorDescriptionFloatForceMatrix
(float[][] data, ForceUnit displayUnit) Construct a FloatForceMatrix from a float[][] object.FloatForceMatrix
(float[][] data, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceMatrix from a float[][] object.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, ForceUnit displayUnit, int rows, int cols) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, ForceUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(FloatMatrixData data, ForceUnit displayUnit) Construct a FloatForceMatrix from an internal data object.FloatForceMatrix
(FloatForce[][] data, ForceUnit displayUnit) Construct a FloatForceMatrix from an array of an array of FloatForce objects.FloatForceMatrix
(FloatForce[][] data, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceMatrix from an array of an array of FloatForce objects.ModifierConstructorDescriptionFloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, int rows, int cols) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, int rows, int cols, StorageType storageType) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, ForceUnit displayUnit, int rows, int cols) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects.FloatForceMatrix
(Collection<FloatSparseValue<ForceUnit, FloatForce>> data, ForceUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatForceMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of ForceUnit in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatForce
Return the current scalar as a force, and provide a display unit.final FloatForce
FloatForce.instantiateRel
(float value, ForceUnit unit) ModifierConstructorDescriptionFloatForce
(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
Modifier and TypeMethodDescriptionfinal FloatForceVector
Return the current vector as a force vector, and provide a display unit.FloatForceVector.instantiateScalarSI
(float valueSI, ForceUnit displayUnit) FloatForceVector.instantiateVector
(FloatVectorData fvd, ForceUnit displayUnit) ModifierConstructorDescriptionFloatForceVector
(float[] data, ForceUnit displayUnit) Construct a FloatForceVector from a float[] object.FloatForceVector
(float[] data, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceVector from a float[] object.FloatForceVector
(List<? extends Number> data, ForceUnit displayUnit) Construct a FloatForceVector from a list of Number objects or a list of FloatForce objects.FloatForceVector
(List<? extends Number> data, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceVector from a list of Number objects or a list of FloatForce objects.FloatForceVector
(Map<Integer, ? extends Number> data, int size, ForceUnit displayUnit) Construct a FloatForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatForce objects.FloatForceVector
(Map<Integer, ? extends Number> data, int size, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatForce objects.FloatForceVector
(FloatForce[] data, ForceUnit displayUnit) Construct a FloatForceVector from an array of FloatForce objects.FloatForceVector
(FloatForce[] data, ForceUnit displayUnit, StorageType storageType) Construct a FloatForceVector from an array of FloatForce objects.FloatForceVector
(FloatVectorData data, ForceUnit displayUnit) Construct a FloatForceVector from an internal data object.