Uses of Class
org.djunits.value.vdouble.scalar.Length
Packages that use Length
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Length in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return LengthModifier and TypeMethodDescriptionPositionMatrix.instantiateScalarRelSI(double valueSI, LengthUnit displayUnit) LengthMatrix.instantiateScalarSI(double valueSI, LengthUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type LengthConstructors in org.djunits.value.vdouble.matrix with parameters of type LengthModifierConstructorDescriptionLengthMatrix(Length[][] data) Construct a LengthMatrix from an array of an array of Length objects.LengthMatrix(Length[][] data, LengthUnit displayUnit) Construct a LengthMatrix from an array of an array of Length objects.LengthMatrix(Length[][] data, LengthUnit displayUnit, StorageType storageType) Construct a LengthMatrix from an array of an array of Length objects.LengthMatrix(Length[][] data, StorageType storageType) Construct a LengthMatrix from an array of an array of Length objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type LengthModifierConstructorDescriptionLengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>> data, int rows, int cols) Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects.LengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>> data, int rows, int cols, StorageType storageType) Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects.LengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>> data, LengthUnit displayUnit, int rows, int cols) Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects.LengthMatrix(Collection<DoubleSparseValue<LengthUnit, Length>> data, LengthUnit displayUnit, int rows, int cols, StorageType storageType) Construct a LengthMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Length in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar 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.value.vdouble.scalar that return LengthModifier and TypeMethodDescriptionfinal LengthSIScalar.asLength()Return the current scalar as a length.final LengthSIScalar.asLength(LengthUnit displayUnit) Return the current scalar as a length, and provide a display unit.final LengthCalculate the division of Area and Length, which results in a Length scalar.final LengthDimensionless.divide(LinearDensity v) Calculate the division of Dimensionless and LinearDensity, which results in a Length scalar.final LengthCalculate the division of Energy and Force, which results in a Length scalar.static LengthLength.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Length.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.final LengthLength.instantiateRel(double value, LengthUnit unit) final LengthPosition.instantiateRel(double value, LengthUnit unit) static LengthLength.interpolate(Length zero, Length one, double ratio) Interpolate between two values.static LengthReturn the maximum value of two relative scalars.static LengthReturn the maximum value of more than two relative scalars.static LengthReturn the minimum value of two relative scalars.static LengthReturn the minimum value of more than two relative scalars.static LengthLength.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Length.static LengthReturns a Length based on a value and the textual representation of the unit, which can be localized.static final LengthLength.ofSI(double value) Construct Length scalar based on an SI value.LinearDensity.reciprocal()final LengthArea.times(LinearDensity v) Calculate the multiplication of Area and LinearDensity, which results in a Length scalar.final LengthCalculate the multiplication of Dimensionless and Length, 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 LinearDensity 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 representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type LengthModifier and TypeMethodDescriptionfinal LengthCalculate the division of Area and Length, which results in a Length scalar.final LinearDensityCalculate the division of Dimensionless and Length, which results in a LinearDensity 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 scalar.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.static LengthLength.interpolate(Length zero, Length one, double ratio) Interpolate between two values.static LengthReturn the maximum value of two relative scalars.static LengthReturn the maximum value of more than two relative scalars.static LengthReturn the minimum value of two relative scalars.static LengthReturn the minimum value of more than two relative scalars.final VolumeCalculate the multiplication of Area and Length, which results in a Volume scalar.final LengthCalculate the multiplication of Dimensionless and Length, which results in a Length scalar.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 scalar.final DimensionlessCalculate the multiplication of LinearDensity and Length, which results in a Dimensionless scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Length -
Uses of Length in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return LengthModifier and TypeMethodDescriptionPositionVector.instantiateScalarRelSI(double valueSI, LengthUnit displayUnit) LengthVector.instantiateScalarSI(double valueSI, LengthUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type LengthConstructors in org.djunits.value.vdouble.vector with parameters of type LengthModifierConstructorDescriptionLengthVector(Length[] data) Construct an LengthVector from an array of Length objects.LengthVector(Length[] data, LengthUnit displayUnit) Construct an LengthVector from an array of Length objects.LengthVector(Length[] data, LengthUnit displayUnit, StorageType storageType) Construct an LengthVector from an array of Length objects.LengthVector(Length[] data, StorageType storageType) Construct an LengthVector from an array of Length objects.