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 ForceUnitForceUnit.DYNEDyne.static final ForceUnitForceUnit.KILOGRAM_FORCEkilogram-force.static final ForceUnitForceUnit.NEWTONNewton.static final ForceUnitForceUnit.OUNCE_FORCEounce-force.static final ForceUnitForceUnit.POUND_FORCEpound-force.static final ForceUnitForceUnit.SIThe SI unit for force is Newton.static final ForceUnitForceUnit.STHENEsthene.static final ForceUnitForceUnit.TON_FORCEton-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 ForceUnitUNITS.DYNEstatic final ForceUnitUNITS.KILOGRAM_FORCEstatic final ForceUnitUNITS.NEWTONstatic final ForceUnitUNITS.OUNCE_FORCEstatic final ForceUnitUNITS.POUND_FORCEstatic final ForceUnitUNITS.STHENEstatic final ForceUnitUNITS.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 ForceMatrixReturn 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 ForceReturn the current scalar as a force, and provide a display unit.final ForceForce.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 ForceVectorReturn 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 FloatForceMatrixReturn 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 FloatForceReturn the current scalar as a force, and provide a display unit.final FloatForceFloatForce.instantiateRel(float value, ForceUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type ForceUnitModifierConstructorDescriptionFloatForce(double value, ForceUnit unit) Construct FloatForce scalar with a unit using a double value.FloatForce(float value, ForceUnit unit) Construct FloatForce scalar with a unit. -
Uses of ForceUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type ForceUnitModifier and TypeMethodDescriptionfinal FloatForceVectorReturn 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.