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 TypeMethodDescriptionVolumetricObjectDensity.divide(LinearObjectDensity lod) Divides this volumetric object density by a linear object density to yield an areal object density.ArealObjectDensity.instantiateSi(double siValue, UnitInterface<ArealObjectDensity> displayUnit) Multiplies 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.of(double valueInUnit, ArealObjectDensity.Unit unit) Returns a ArealObjectDensity based on a value expressed in the unit.static ArealObjectDensityArealObjectDensity.ofSi(double si) Return a ArealObjectDensity instance based on an SI value.static ArealObjectDensityArealObjectDensity.ofSi(double siValue, ArealObjectDensity.Unit displayUnit) Instantiate a ArealObjectDensity quantity with an SI or base value and a display unit.ArealObjectDensity.Unit.ofSi(double si, UnitInterface<ArealObjectDensity> displayUnit) 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 TypeMethodDescriptionArealObjectDensity.divide(ArealObjectDensity other) Divides this areal object density by another areal object density to yield a dimensionless ratio.VolumetricObjectDensity.divide(ArealObjectDensity aod) Divides this volumetric object density by an areal object density to yield a linear object density.Area.multiply(ArealObjectDensity v) Calculate the multiplication of Area and ArealObjectDensity, which results in a Dimensionless scalar.Method parameters in org.djunits.quantity with type arguments of type ArealObjectDensityModifier and TypeMethodDescriptionArealObjectDensity.instantiateSi(double siValue, UnitInterface<ArealObjectDensity> displayUnit) ArealObjectDensity.Unit.ofSi(double si, UnitInterface<ArealObjectDensity> displayUnit)