Uses of Class
org.djunits.quantity.LinearObjectDensity
Packages that use LinearObjectDensity
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of LinearObjectDensity in org.djunits.quantity
Fields in org.djunits.quantity declared as LinearObjectDensityModifier and TypeFieldDescriptionstatic final LinearObjectDensityLinearObjectDensity.NaNConstant with value NaN.static final LinearObjectDensityLinearObjectDensity.NEG_MAXVALUEConstant with value -MAX_VALUE.static final LinearObjectDensityLinearObjectDensity.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final LinearObjectDensityLinearObjectDensity.ONEConstant with value one.static final LinearObjectDensityLinearObjectDensity.POS_MAXVALUEConstant with value MAX_VALUE.static final LinearObjectDensityLinearObjectDensity.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final LinearObjectDensityLinearObjectDensity.ZEROConstant with value zero.Methods in org.djunits.quantity that return LinearObjectDensityModifier and TypeMethodDescriptionCalculate the division of Area and Volume, which results in a LinearObjectDensity scalar.Calculate the division of Dimensionless and Length, which results in a LinearObjectDensity scalar.Calculate the division of Force and Energy, which results in a LinearObjectDensity scalar.Calculate the division of Length and Area, which results in a LinearObjectDensity quantity.Divides this linear density by a mass to yield a linear object density.VolumetricObjectDensity.divide(ArealObjectDensity aod) Divides this volumetric object density by an areal object density to yield a linear object density.LinearObjectDensity.instantiateSi(double siValue, UnitInterface<LinearObjectDensity> displayUnit) Multiplies this areal object density by a length to yield a linear object density.Multiplies this volumetric object density by an area to yield a linear object density.static LinearObjectDensityReturns a LinearObjectDensity based on a value and the textual representation of the unit, which can be localized.static LinearObjectDensityLinearObjectDensity.of(double valueInUnit, LinearObjectDensity.Unit unit) Returns a LinearObjectDensity based on a value expressed in the unit.static LinearObjectDensityLinearObjectDensity.ofSi(double si) Return a LinearObjectDensity instance based on an SI value.static LinearObjectDensityLinearObjectDensity.ofSi(double siValue, LinearObjectDensity.Unit displayUnit) Instantiate a LinearObjectDensity quantity with an SI or base value and a display unit.LinearObjectDensity.Unit.ofSi(double si, UnitInterface<LinearObjectDensity> displayUnit) Length.reciprocal()static LinearObjectDensityReturns a LinearObjectDensity representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type LinearObjectDensityModifier and TypeMethodDescriptionArea.divide(LinearObjectDensity v) Calculate the division of Area and LinearObjectDensity, which results in a Volume scalar.Dimensionless.divide(LinearObjectDensity v) Calculate the division of Dimensionless and LinearObjectDensity, which results in a Length scalar.Force.divide(LinearObjectDensity v) Calculate the division of Force and LinearObjectDensity, which results in a Energy scalar.Length.divide(LinearObjectDensity v) Calculate the division of Length and LinearObjectDensity, which results in a Area quantity.LinearDensity.divide(LinearObjectDensity lod) Divides this linear density by a linear object density to yield a mass.LinearObjectDensity.divide(LinearObjectDensity v) Calculate the division of LinearObjectDensity and LinearObjectDensity, which results in a Dimensionless quantity.VolumetricObjectDensity.divide(LinearObjectDensity lod) Divides this volumetric object density by a linear object density to yield an areal object density.Area.multiply(LinearObjectDensity v) Calculate the multiplication of Area and LinearObjectDensity, which results in a Length scalar.Energy.multiply(LinearObjectDensity v) Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.Length.multiply(LinearObjectDensity v) Calculate the multiplication of Length and LinearObjectDensity, which results in a Dimensionless quantity.Speed.multiply(LinearObjectDensity v) Calculate the multiplication of Speed and LinearObjectDensity, which results in a Frequency scalar.Torque.multiply(LinearObjectDensity v) Calculate the multiplication of Torque and LinearObjectDensity, which results in a Force scalar.Volume.multiply(LinearObjectDensity v) Calculate the multiplication of Volume and LinearObjectDensity, which results in a Area scalar.Method parameters in org.djunits.quantity with type arguments of type LinearObjectDensityModifier and TypeMethodDescriptionLinearObjectDensity.instantiateSi(double siValue, UnitInterface<LinearObjectDensity> displayUnit) LinearObjectDensity.Unit.ofSi(double si, UnitInterface<LinearObjectDensity> displayUnit)