Uses of Class
org.djunits.quantity.LinearDensity
Packages that use LinearDensity
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of LinearDensity in org.djunits.quantity
Fields in org.djunits.quantity declared as LinearDensityModifier and TypeFieldDescriptionstatic final LinearDensityLinearDensity.NaNConstant with value NaN.static final LinearDensityLinearDensity.NEG_MAXVALUEConstant with value -MAX_VALUE.static final LinearDensityLinearDensity.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final LinearDensityLinearDensity.ONEConstant with value one.static final LinearDensityLinearDensity.POS_MAXVALUEConstant with value MAX_VALUE.static final LinearDensityLinearDensity.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final LinearDensityLinearDensity.ZEROConstant with value zero.Methods in org.djunits.quantity that return LinearDensityModifier and TypeMethodDescriptionLinearDensity.instantiateSi(double siValue, UnitInterface<LinearDensity> displayUnit) static LinearDensityReturns a LinearDensity based on a value and the textual representation of the unit, which can be localized.static LinearDensityLinearDensity.of(double valueInUnit, LinearDensity.Unit unit) Returns a LinearDensity based on a value expressed in the unit.static LinearDensityLinearDensity.ofSi(double si) Return a LinearDensity instance based on an SI value.static LinearDensityLinearDensity.ofSi(double siValue, LinearDensity.Unit displayUnit) Instantiate a LinearDensity quantity with an SI or base value and a display unit.LinearDensity.Unit.ofSi(double si, UnitInterface<LinearDensity> displayUnit) static LinearDensityReturns a LinearDensity representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type LinearDensityModifier and TypeMethodDescriptionLinearDensity.divide(LinearDensity v) Calculate the division of LinearDensity and LinearDensity, which results in a Dimensionless quantity.Method parameters in org.djunits.quantity with type arguments of type LinearDensityModifier and TypeMethodDescriptionLinearDensity.instantiateSi(double siValue, UnitInterface<LinearDensity> displayUnit) LinearDensity.Unit.ofSi(double si, UnitInterface<LinearDensity> displayUnit)