Uses of Class
org.djunits.unit.LengthUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of LengthUnit in org.djunits.unit
Fields in org.djunits.unit declared as LengthUnit Modifier and Type Field Description static LengthUnit
LengthUnit. ANGSTROM
Angstrom = 10^-10 m.static LengthUnit
LengthUnit. ASTRONOMICAL_UNIT
Astronomical Unit = 149,597,870,700 m.static LengthUnit
LengthUnit. CENTIMETER
cm.static LengthUnit
LengthUnit. DECAMETER
dam.static LengthUnit
LengthUnit. DECIMETER
dm.static LengthUnit
LengthUnit. FOOT
foot (international) = 0.3048 m = 1/3 yd = 12 inches.static LengthUnit
LengthUnit. HECTOMETER
hm.static LengthUnit
LengthUnit. INCH
inch (international) = 2.54 cm = 1/36 yd = 1/12 ft.static LengthUnit
LengthUnit. KILOMETER
km.static LengthUnit
LengthUnit. LIGHTYEAR
Lightyear = 9,460,730,472,580,800 m.static LengthUnit
LengthUnit. METER
meter.static LengthUnit
LengthUnit. MICROMETER
µm.static LengthUnit
LengthUnit. MILE
mile (international) = 5280 ft = 1760 yd.static LengthUnit
LengthUnit. MILLIMETER
mm.static LengthUnit
LengthUnit. NANOMETER
nm.static LengthUnit
LengthUnit. NAUTICAL_MILE
nautical mile (international) = 1852 m.static LengthUnit
LengthUnit. PARSEC
Parsec = 648,000 / PI ly.static LengthUnit
LengthUnit. SI
The SI unit for length is meter.static LengthUnit
LengthUnit. YARD
yard (international) = 0.9144 m = 3 ft = 36 in.Fields in org.djunits.unit with type parameters of type LengthUnit Modifier and Type Field Description static Quantity<LengthUnit>
LengthUnit. BASE
The base, with "m" as the SI signature. -
Uses of LengthUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as LengthUnit Modifier and Type Field Description static LengthUnit
UNITS. ANGSTROM
static LengthUnit
UNITS. ASTRONOMICAL_UNIT
static LengthUnit
UNITS. CENTIMETER
static LengthUnit
UNITS. DECAMETER
static LengthUnit
UNITS. DECIMETER
static LengthUnit
UNITS. FOOT
static LengthUnit
UNITS. HECTOMETER
static LengthUnit
UNITS. INCH
static LengthUnit
UNITS. KILOMETER
static LengthUnit
UNITS. LIGHTYEAR
static LengthUnit
UNITS. METER
static LengthUnit
UNITS. MICROMETER
static LengthUnit
UNITS. MILE
static LengthUnit
UNITS. MILLIMETER
static LengthUnit
UNITS. NANOMETER
static LengthUnit
UNITS. NAUTICAL_MILE
static LengthUnit
UNITS. PARSEC
static LengthUnit
UNITS. YARD
-
Uses of LengthUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type LengthUnit Modifier and Type Method Description LengthMatrix
SIMatrix. asLength(LengthUnit displayUnit)
Return the current matrix as a length matrix, and provide a display unit.LengthMatrix
LengthMatrix. instantiateMatrix(DoubleMatrixData dmd, LengthUnit displayUnit)
Instantiate a new matrix of the class of this matrix.LengthMatrix
PositionMatrix. instantiateMatrixRel(DoubleMatrixData dmd, LengthUnit displayUnit)
Instantiate a new relative matrix of the class of this absolute matrix.Length
PositionMatrix. instantiateScalarRelSI(double valueSI, LengthUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.Length
LengthMatrix. instantiateScalarSI(double valueSI, LengthUnit displayUnit)
Instantiate a new scalar for the class of this matrix.LengthVector
LengthMatrix. instantiateVector(DoubleVectorData dvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this matrix.LengthVector
PositionMatrix. instantiateVectorRel(DoubleVectorData dvd, LengthUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type LengthUnit Constructor Description LengthMatrix(DoubleMatrixData data, LengthUnit unit)
-
Uses of LengthUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type LengthUnit Modifier and Type Method Description Length
SIScalar. asLength(LengthUnit displayUnit)
Return the current scalar as a length, and provide a display unit.Length
Length. instantiateRel(double value, LengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Length
Position. instantiateRel(double value, LengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type LengthUnit Constructor Description Length(double value, LengthUnit unit)
Construct Length scalar. -
Uses of LengthUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type LengthUnit Modifier and Type Method Description LengthVector
SIVector. asLength(LengthUnit displayUnit)
Return the current vector as a length vector, and provide a display unit.Length
PositionVector. instantiateScalarRelSI(double valueSI, LengthUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.Length
LengthVector. instantiateScalarSI(double valueSI, LengthUnit displayUnit)
Instantiate a new scalar for the class of this vector.LengthVector
LengthVector. instantiateVector(DoubleVectorData dvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this vector.LengthVector
PositionVector. instantiateVectorRel(DoubleVectorData dvd, LengthUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.Constructors in org.djunits.value.vdouble.vector with parameters of type LengthUnit Constructor Description LengthVector(DoubleVectorData data, LengthUnit displayUnit)
Construct an LengthVector from an internal data object. -
Uses of LengthUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type LengthUnit Modifier and Type Method Description FloatLengthMatrix
FloatSIMatrix. asLength(LengthUnit displayUnit)
Return the current matrix as a length matrix, and provide a display unit.FloatLengthMatrix
FloatLengthMatrix. instantiateMatrix(FloatMatrixData fmd, LengthUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatLengthMatrix
FloatPositionMatrix. instantiateMatrixRel(FloatMatrixData fmd, LengthUnit displayUnit)
Instantiate a new relative matrix of the class of this absolute matrix.FloatLength
FloatPositionMatrix. instantiateScalarRelSI(float valueSI, LengthUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.FloatLength
FloatLengthMatrix. instantiateScalarSI(float valueSI, LengthUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatLengthVector
FloatLengthMatrix. instantiateVector(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this matrix.FloatLengthVector
FloatPositionMatrix. instantiateVectorRel(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type LengthUnit Constructor Description FloatLengthMatrix(FloatMatrixData data, LengthUnit unit)
-
Uses of LengthUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type LengthUnit Modifier and Type Method Description FloatLength
FloatSIScalar. asLength(LengthUnit displayUnit)
Return the current scalar as a length, and provide a display unit.FloatLength
FloatLength. instantiateRel(float value, LengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.FloatLength
FloatPosition. instantiateRel(float value, LengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type LengthUnit Constructor Description FloatLength(double value, LengthUnit unit)
Construct FloatLength scalar using a double value.FloatLength(float value, LengthUnit unit)
Construct FloatLength scalar. -
Uses of LengthUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type LengthUnit Modifier and Type Method Description FloatLengthVector
FloatSIVector. asLength(LengthUnit displayUnit)
Return the current vector as a length vector, and provide a display unit.FloatLength
FloatPositionVector. instantiateScalarRelSI(float valueSI, LengthUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.FloatLength
FloatLengthVector. instantiateScalarSI(float valueSI, LengthUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatLengthVector
FloatLengthVector. instantiateVector(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatLengthVector
FloatPositionVector. instantiateVectorRel(FloatVectorData fvd, LengthUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.Constructors in org.djunits.value.vfloat.vector with parameters of type LengthUnit Constructor Description FloatLengthVector(FloatVectorData data, LengthUnit unit)
Construct a new Relative Immutable FloatLengthVector.