Uses of Class
org.djunits.quantity.ArealObjectDensity
Packages that use ArealObjectDensity
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of ArealObjectDensity in org.djunits.quantity
Fields in org.djunits.quantity declared as ArealObjectDensityModifier and TypeFieldDescriptionstatic final ArealObjectDensityArealObjectDensity.NaNConstant with value NaN.static final ArealObjectDensityArealObjectDensity.NEG_MAXVALUEConstant with value -MAX_VALUE.static final ArealObjectDensityArealObjectDensity.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final ArealObjectDensityArealObjectDensity.ONEConstant with value one.static final ArealObjectDensityArealObjectDensity.POS_MAXVALUEConstant with value MAX_VALUE.static final ArealObjectDensityArealObjectDensity.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final ArealObjectDensityArealObjectDensity.ZEROConstant with value zero.Methods in org.djunits.quantity that return ArealObjectDensityModifier and TypeMethodDescriptionfinal ArealObjectDensityVolumetricObjectDensity.divide(LinearObjectDensity lod) Divides this volumetric object density by a linear object density to yield an areal object density.ArealObjectDensity.instantiate(double si) final ArealObjectDensityMultiplies this volumetric object density by a length to yield an areal object density.static ArealObjectDensityReturns a ArealObjectDensity based on a value and the textual representation of the unit, which can be localized.static ArealObjectDensityArealObjectDensity.ofSi(double si) Return a ArealObjectDensity instance based on an SI value.ArealObjectDensity.Unit.ofSi(double si) Area.reciprocal()static ArealObjectDensityReturns a ArealObjectDensity representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type ArealObjectDensityModifier and TypeMethodDescriptionfinal DimensionlessArealObjectDensity.divide(ArealObjectDensity other) Divides this areal object density by another areal object density to yield a dimensionless ratio.final LinearObjectDensityVolumetricObjectDensity.divide(ArealObjectDensity aod) Divides this volumetric object density by an areal object density to yield a linear object density.final DimensionlessArea.multiply(ArealObjectDensity v) Calculate the multiplication of Area and ArealObjectDensity, which results in a Dimensionless scalar.Constructors in org.djunits.quantity with parameters of type ArealObjectDensityModifierConstructorDescriptionConstruct ArealObjectDensity quantity.