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 TypeMethodDescriptionfinal LinearObjectDensityCalculate the division of Area and Volume, which results in a LinearObjectDensity scalar.final LinearObjectDensityCalculate the division of Dimensionless and Length, which results in a LinearObjectDensity scalar.final LinearObjectDensityCalculate the division of Force and Energy, which results in a LinearObjectDensity scalar.final LinearObjectDensityCalculate the division of Length and Area, which results in a LinearObjectDensity quantity.final LinearObjectDensityDivides this linear density by a mass to yield a linear object density.final LinearObjectDensityVolumetricObjectDensity.divide(ArealObjectDensity aod) Divides this volumetric object density by an areal object density to yield a linear object density.LinearObjectDensity.instantiate(double si) final LinearObjectDensityMultiplies this areal object density by a length to yield a linear object density.final LinearObjectDensityMultiplies 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.ofSi(double si) Return a LinearObjectDensity instance based on an SI value.LinearObjectDensity.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal VolumeArea.divide(LinearObjectDensity v) Calculate the division of Area and LinearObjectDensity, which results in a Volume scalar.final LengthDimensionless.divide(LinearObjectDensity v) Calculate the division of Dimensionless and LinearObjectDensity, which results in a Length scalar.final EnergyForce.divide(LinearObjectDensity v) Calculate the division of Force and LinearObjectDensity, which results in a Energy scalar.final AreaLength.divide(LinearObjectDensity v) Calculate the division of Length and LinearObjectDensity, which results in a Area quantity.final MassLinearDensity.divide(LinearObjectDensity lod) Divides this linear density by a linear object density to yield a mass.final DimensionlessLinearObjectDensity.divide(LinearObjectDensity v) Calculate the division of LinearObjectDensity and LinearObjectDensity, which results in a Dimensionless quantity.final ArealObjectDensityVolumetricObjectDensity.divide(LinearObjectDensity lod) Divides this volumetric object density by a linear object density to yield an areal object density.final LengthArea.multiply(LinearObjectDensity v) Calculate the multiplication of Area and LinearObjectDensity, which results in a Length scalar.final ForceEnergy.multiply(LinearObjectDensity v) Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.final DimensionlessLength.multiply(LinearObjectDensity v) Calculate the multiplication of Length and LinearObjectDensity, which results in a Dimensionless quantity.final FrequencySpeed.multiply(LinearObjectDensity v) Calculate the multiplication of Speed and LinearObjectDensity, which results in a Frequency scalar.final ForceTorque.multiply(LinearObjectDensity v) Calculate the multiplication of Torque and LinearObjectDensity, which results in a Force scalar.final AreaVolume.multiply(LinearObjectDensity v) Calculate the multiplication of Volume and LinearObjectDensity, which results in a Area scalar.Constructors in org.djunits.quantity with parameters of type LinearObjectDensityModifierConstructorDescriptionConstruct LinearObjectDensity quantity.