Uses of Class
org.djunits.unit.ForceUnit
Packages that use 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
Fields in org.djunits.unit declared as ForceUnitModifier 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.Fields in org.djunits.unit with type parameters of type ForceUnit -
Uses of ForceUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as ForceUnitModifier 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
Methods in org.djunits.value.vdouble.matrix with parameters of type ForceUnitModifier 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) Constructors in org.djunits.value.vdouble.matrix with parameters of type ForceUnitModifierConstructorDescriptionForceMatrix
(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type ForceUnitModifierConstructorDescriptionForceMatrix
(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
Methods in org.djunits.value.vdouble.scalar with parameters of type ForceUnitModifier and TypeMethodDescriptionfinal Force
Return the current scalar as a force, and provide a display unit.final Force
Force.instantiateRel
(double value, ForceUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type ForceUnit -
Uses of ForceUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type ForceUnitModifier 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) Constructors in org.djunits.value.vdouble.vector with parameters of type ForceUnitModifierConstructorDescriptionForceVector
(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
Methods in org.djunits.value.vfloat.matrix with parameters of type ForceUnitModifier 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) Constructors in org.djunits.value.vfloat.matrix with parameters of type ForceUnitModifierConstructorDescriptionFloatForceMatrix
(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type ForceUnitModifierConstructorDescriptionFloatForceMatrix
(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
Methods in org.djunits.value.vfloat.scalar with parameters of type ForceUnitModifier and TypeMethodDescriptionfinal FloatForce
Return the current scalar as a force, and provide a display unit.final FloatForce
FloatForce.instantiateRel
(float value, ForceUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type ForceUnitModifierConstructorDescriptionFloatForce
(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 ForceUnitModifier 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) Constructors in org.djunits.value.vfloat.vector with parameters of type ForceUnitModifierConstructorDescriptionFloatForceVector
(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.