Uses of Class
org.djunits.unit.VolumeUnit
Packages that use VolumeUnit
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 VolumeUnit in org.djunits.unit
Fields in org.djunits.unit declared as VolumeUnitModifier and TypeFieldDescriptionstatic final VolumeUnitVolumeUnit.CUBIC_CENTIMETERcm^3.static final VolumeUnitVolumeUnit.CUBIC_DECAMETERdam^3.static final VolumeUnitVolumeUnit.CUBIC_DECIMETERdm^3.static final VolumeUnitVolumeUnit.CUBIC_FOOTft^3.static final VolumeUnitVolumeUnit.CUBIC_HECTOMETERhm^3.static final VolumeUnitVolumeUnit.CUBIC_INCHin^3.static final VolumeUnitVolumeUnit.CUBIC_KILOMETERkm^3.static final VolumeUnitVolumeUnit.CUBIC_LIGHTYEARCubic lightyear.static final VolumeUnitVolumeUnit.CUBIC_METERm^3.static final VolumeUnitVolumeUnit.CUBIC_MILEmile^3.static final VolumeUnitVolumeUnit.CUBIC_MILLIMETERmm^3.static final VolumeUnitVolumeUnit.CUBIC_NAUTICAL_MILENautical mile^3.static final VolumeUnitVolumeUnit.CUBIC_PARSECCubic Parsec.static final VolumeUnitVolumeUnit.CUBIC_YARDyd^3.static final VolumeUnitVolumeUnit.FLUID_OUNCE_IMPounce (fluid imperial) = 1/20 imp pint.static final VolumeUnitVolumeUnit.FLUID_OUNCE_USounce (fluid US) = 1/16 US pint.static final VolumeUnitVolumeUnit.GALLON_IMPgallon (imperial).static final VolumeUnitVolumeUnit.GALLON_USgallon (US), fluids.static final VolumeUnitVolumeUnit.LITERliter.static final VolumeUnitVolumeUnit.PINT_IMPpint (imperial) = 1/2 imp quart.static final VolumeUnitVolumeUnit.PINT_USpint (fluid US) = 1/2 US quart.static final VolumeUnitVolumeUnit.QUART_IMPquart (imperial) = 1/4 imp gallon.static final VolumeUnitVolumeUnit.QUART_USquart (fluid US) = 1/4 US gallon.static final VolumeUnitVolumeUnit.SIThe SI unit for area is m^3.Fields in org.djunits.unit with type parameters of type VolumeUnitModifier and TypeFieldDescriptionstatic final Quantity<VolumeUnit>VolumeUnit.BASEThe base, with "m2" as the SI signature. -
Uses of VolumeUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as VolumeUnitModifier and TypeFieldDescriptionstatic final VolumeUnitUNITS.CUBIC_CENTIMETERstatic final VolumeUnitUNITS.CUBIC_DECAMETERstatic final VolumeUnitUNITS.CUBIC_DECIMETERstatic final VolumeUnitUNITS.CUBIC_FOOTstatic final VolumeUnitUNITS.CUBIC_HECTOMETERstatic final VolumeUnitUNITS.CUBIC_INCHstatic final VolumeUnitUNITS.CUBIC_KILOMETERstatic final VolumeUnitUNITS.CUBIC_LIGHTYEARstatic final VolumeUnitUNITS.CUBIC_METERstatic final VolumeUnitUNITS.CUBIC_MILEstatic final VolumeUnitUNITS.CUBIC_MILLIMETERstatic final VolumeUnitUNITS.CUBIC_NAUTICAL_MILEstatic final VolumeUnitUNITS.CUBIC_PARSECstatic final VolumeUnitUNITS.CUBIC_YARDstatic final VolumeUnitUNITS.FLUID_OUNCE_IMPstatic final VolumeUnitUNITS.FLUID_OUNCE_USstatic final VolumeUnitUNITS.GALLON_IMPstatic final VolumeUnitUNITS.GALLON_USstatic final VolumeUnitUNITS.LITERstatic final VolumeUnitUNITS.PINT_IMPstatic final VolumeUnitUNITS.PINT_USstatic final VolumeUnitUNITS.QUART_IMPstatic final VolumeUnitUNITS.QUART_US -
Uses of VolumeUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type VolumeUnitModifier and TypeMethodDescriptionfinal VolumeMatrixSIMatrix.asVolume(VolumeUnit displayUnit) Return the current matrix as a volume matrix, and provide a display unit.VolumeMatrix.instantiateMatrix(DoubleMatrixData dmd, VolumeUnit displayUnit) VolumeMatrix.instantiateScalarSI(double valueSI, VolumeUnit displayUnit) VolumeMatrix.instantiateVector(DoubleVectorData dvd, VolumeUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type VolumeUnitModifierConstructorDescriptionVolumeMatrix(double[][] data, VolumeUnit displayUnit) Construct a VolumeMatrix from a double[][] object.VolumeMatrix(double[][] data, VolumeUnit displayUnit, StorageType storageType) Construct a VolumeMatrix from a double[][] object.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(DoubleMatrixData data, VolumeUnit displayUnit) Construct a VolumeMatrix from an internal data object.VolumeMatrix(Volume[][] data, VolumeUnit displayUnit) Construct a VolumeMatrix from an array of an array of Volume objects.VolumeMatrix(Volume[][] data, VolumeUnit displayUnit, StorageType storageType) Construct a VolumeMatrix from an array of an array of Volume objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type VolumeUnitModifierConstructorDescriptionVolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, int rows, int cols) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, int rows, int cols, StorageType storageType) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects.VolumeMatrix(Collection<DoubleSparseValue<VolumeUnit, Volume>> data, VolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a VolumeMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of VolumeUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type VolumeUnitModifier and TypeMethodDescriptionfinal VolumeSIScalar.asVolume(VolumeUnit displayUnit) Return the current scalar as a volume, and provide a display unit.final VolumeVolume.instantiateRel(double value, VolumeUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type VolumeUnitModifierConstructorDescriptionVolume(double value, VolumeUnit unit) Construct Volume scalar with a unit. -
Uses of VolumeUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type VolumeUnitModifier and TypeMethodDescriptionfinal VolumeVectorSIVector.asVolume(VolumeUnit displayUnit) Return the current vector as a volume vector, and provide a display unit.VolumeVector.instantiateScalarSI(double valueSI, VolumeUnit displayUnit) VolumeVector.instantiateVector(DoubleVectorData dvd, VolumeUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type VolumeUnitModifierConstructorDescriptionVolumeVector(double[] data, VolumeUnit displayUnit) Construct an VolumeVector from a double[] object.VolumeVector(double[] data, VolumeUnit displayUnit, StorageType storageType) Construct an VolumeVector from a double[] object.VolumeVector(List<? extends Number> data, VolumeUnit displayUnit) Construct an VolumeVector from a list of Number objects or a list of Volume objects.VolumeVector(List<? extends Number> data, VolumeUnit displayUnit, StorageType storageType) Construct an VolumeVector from a list of Number objects or a list of Volume objects.VolumeVector(Map<Integer, ? extends Number> data, int size, VolumeUnit displayUnit) Construct an VolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Volume objects.VolumeVector(Map<Integer, ? extends Number> data, int size, VolumeUnit displayUnit, StorageType storageType) Construct an VolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Volume objects.VolumeVector(Volume[] data, VolumeUnit displayUnit) Construct an VolumeVector from an array of Volume objects.VolumeVector(Volume[] data, VolumeUnit displayUnit, StorageType storageType) Construct an VolumeVector from an array of Volume objects.VolumeVector(DoubleVectorData data, VolumeUnit displayUnit) Construct an VolumeVector from an internal data object. -
Uses of VolumeUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type VolumeUnitModifier and TypeMethodDescriptionfinal FloatVolumeMatrixFloatSIMatrix.asVolume(VolumeUnit displayUnit) Return the current matrix as a volume matrix, and provide a display unit.FloatVolumeMatrix.instantiateMatrix(FloatMatrixData fmd, VolumeUnit displayUnit) FloatVolumeMatrix.instantiateScalarSI(float valueSI, VolumeUnit displayUnit) FloatVolumeMatrix.instantiateVector(FloatVectorData fvd, VolumeUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type VolumeUnitModifierConstructorDescriptionFloatVolumeMatrix(float[][] data, VolumeUnit displayUnit) Construct a FloatVolumeMatrix from a float[][] object.FloatVolumeMatrix(float[][] data, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeMatrix from a float[][] object.FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, VolumeUnit displayUnit, int rows, int cols) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, VolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix(FloatMatrixData data, VolumeUnit displayUnit) Construct a FloatVolumeMatrix from an internal data object.FloatVolumeMatrix(FloatVolume[][] data, VolumeUnit displayUnit) Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.FloatVolumeMatrix(FloatVolume[][] data, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeMatrix from an array of an array of FloatVolume objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type VolumeUnitModifierConstructorDescriptionFloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, int rows, int cols) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, int rows, int cols, StorageType storageType) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, VolumeUnit displayUnit, int rows, int cols) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatVolumeMatrix(Collection<FloatSparseValue<VolumeUnit, FloatVolume>> data, VolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatVolumeMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of VolumeUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type VolumeUnitModifier and TypeMethodDescriptionfinal FloatVolumeFloatSIScalar.asVolume(VolumeUnit displayUnit) Return the current scalar as a volume, and provide a display unit.final FloatVolumeFloatVolume.instantiateRel(float value, VolumeUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type VolumeUnitModifierConstructorDescriptionFloatVolume(double value, VolumeUnit unit) Construct FloatVolume scalar with a unit using a double value.FloatVolume(float value, VolumeUnit unit) Construct FloatVolume scalar with a unit. -
Uses of VolumeUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type VolumeUnitModifier and TypeMethodDescriptionfinal FloatVolumeVectorFloatSIVector.asVolume(VolumeUnit displayUnit) Return the current vector as a volume vector, and provide a display unit.FloatVolumeVector.instantiateScalarSI(float valueSI, VolumeUnit displayUnit) FloatVolumeVector.instantiateVector(FloatVectorData fvd, VolumeUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type VolumeUnitModifierConstructorDescriptionFloatVolumeVector(float[] data, VolumeUnit displayUnit) Construct a FloatVolumeVector from a float[] object.FloatVolumeVector(float[] data, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeVector from a float[] object.FloatVolumeVector(List<? extends Number> data, VolumeUnit displayUnit) Construct a FloatVolumeVector from a list of Number objects or a list of FloatVolume objects.FloatVolumeVector(List<? extends Number> data, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeVector from a list of Number objects or a list of FloatVolume objects.FloatVolumeVector(Map<Integer, ? extends Number> data, int size, VolumeUnit displayUnit) Construct a FloatVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatVolume objects.FloatVolumeVector(Map<Integer, ? extends Number> data, int size, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatVolume objects.FloatVolumeVector(FloatVolume[] data, VolumeUnit displayUnit) Construct a FloatVolumeVector from an array of FloatVolume objects.FloatVolumeVector(FloatVolume[] data, VolumeUnit displayUnit, StorageType storageType) Construct a FloatVolumeVector from an array of FloatVolume objects.FloatVolumeVector(FloatVectorData data, VolumeUnit displayUnit) Construct a FloatVolumeVector from an internal data object.