Uses of Class
org.djunits.quantity.Length
Packages that use Length
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Length in org.djunits.quantity
Fields in org.djunits.quantity declared as LengthModifier and TypeFieldDescriptionstatic final LengthLength.NaNConstant with value NaN.static final LengthLength.NEG_MAXVALUEConstant with value -MAX_VALUE.static final LengthLength.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final LengthLength.ONEConstant with value one.static final LengthLength.POS_MAXVALUEConstant with value MAX_VALUE.static final LengthLength.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final LengthLength.ZEROConstant with value zero.Methods in org.djunits.quantity that return LengthModifier and TypeMethodDescriptionfinal LengthCalculate the division of Area and Length, which results in a Length scalar.final LengthArealObjectDensity.divide(VolumetricObjectDensity vod) Divides this areal object density by a volumetric object density to yield a length.final LengthDimensionless.divide(LinearObjectDensity v) Calculate the division of Dimensionless and LinearObjectDensity, which results in a Length scalar.final LengthCalculate the division of Energy and Force, which results in a Length scalar.final LengthCalculate the division of Momentum and FlowMass, which results in a Length scalar.final LengthCalculate the division of Speed and Frequency, which results in a Length scalar.final LengthCalculate the division of Torque and Force, which results in a Length scalar.final LengthCalculate the division of Volume and Area, which results in a Length scalar.Length.instantiate(double si) final LengthArea.multiply(LinearObjectDensity v) Calculate the multiplication of Area and LinearObjectDensity, which results in a Length scalar.final LengthCalculate the multiplication of Duration and Speed, which results in a Length scalar.final LengthCalculate the multiplication of LinearObjectDensity and Area, which results in a Length scalar.final LengthCalculate the multiplication of Speed and Duration, which results in a Length scalar.static LengthReturns a Length based on a value and the textual representation of the unit, which can be localized.static LengthLength.ofSi(double si) Return a Length instance based on an SI value.Length.Unit.ofSi(double si) LinearObjectDensity.reciprocal()static LengthReturns a Length representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type LengthModifier and TypeMethodDescriptionstatic voidPosition.Reference.add(String id, String name, Length offset, Position.Reference offsetReference) Define a new reference point for the position.final LengthCalculate the division of Area and Length, which results in a Length scalar.final VolumetricObjectDensityDivides this areal object density by a length to yield a volumetric object density.final LinearObjectDensityCalculate the division of Dimensionless and Length, which results in a LinearObjectDensity scalar.final ForceCalculate the division of Energy and Length, which results in a Force scalar.final DimensionlessCalculate the division of Length and Length, which results in a Dimensionless quantity.final FlowMassCalculate the division of Momentum and Length, which results in a FlowMass scalar.final FrequencyCalculate the division of Speed and Length, which results in a Frequency scalar.final ForceCalculate the division of Torque and Length, which results in a Force scalar.final AreaCalculate the division of Volume and Length, which results in a Area scalar.Position.instantiate(Length length, Position.Reference reference) final VolumeCalculate the multiplication of Area and Length, which results in a Volume scalar.final LinearObjectDensityMultiplies this areal object density by a length to yield a linear object density.final MomentumCalculate the multiplication of FlowMass and Length, which results in a Momentum scalar.final EnergyCalculate the multiplication of Force and Length, which results in a Energy scalar.final SpeedCalculate the multiplication of Frequency and Length, which results in a Speed scalar.final AreaCalculate the multiplication of Length and Length, which results in a Area quantity.final MassMultiplies this linear density by a length to yield a mass.final DimensionlessCalculate the multiplication of LinearObjectDensity and Length, which results in a Dimensionless scalar.final ArealObjectDensityMultiplies this volumetric object density by a length to yield an areal object density.Constructors in org.djunits.quantity with parameters of type LengthModifierConstructorDescriptionConstruct Length quantity.Position(Length length, Position.Reference reference) Instantiate a Position instance based on an length and a reference point.Reference(String id, String name, Length offset, Position.Reference offsetReference) Define a new reference point for the position.