| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Field and Description |
|---|---|
static AngleSlopeUnit |
AngleSlopeUnit.ARCMINUTE
arcminute.
|
static AngleSlopeUnit |
AngleSlopeUnit.ARCSECOND
arcsecond.
|
static AngleSlopeUnit |
AngleSlopeUnit.CENTESIMAL_ARCMINUTE
centesimal arcminute.
|
static AngleSlopeUnit |
AngleSlopeUnit.CENTESIMAL_ARCSECOND
centesimal arcsecond.
|
static AngleSlopeUnit |
AngleSlopeUnit.DEGREE
degree.
|
static AngleSlopeUnit |
AngleSlopeUnit.GRAD
grad.
|
static AngleSlopeUnit |
AngleSlopeUnit.RADIAN
radian.
|
static AngleSlopeUnit |
AngleSlopeUnit.SI
The SI unit for slope angle is radian.
|
static AngleSlopeUnit |
UNITS.SLOPE_ARCMINUTE |
static AngleSlopeUnit |
UNITS.SLOPE_ARCSECOND |
static AngleSlopeUnit |
UNITS.SLOPE_CENTESIMAL_ARCMINUTE |
static AngleSlopeUnit |
UNITS.SLOPE_CENTESIMAL_ARCSECOND |
static AngleSlopeUnit |
UNITS.SLOPE_DEGREE |
static AngleSlopeUnit |
UNITS.SLOPE_GRAD |
static AngleSlopeUnit |
UNITS.SLOPE_RADIAN |
| Modifier and Type | Method and Description |
|---|---|
AngleSlopeUnit |
AngleSlopeUnit.getStandardUnit() |
| Constructor and Description |
|---|
AngleSlopeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
AngleSlopeUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Constructor and Description |
|---|
Abs(double value,
AngleSlopeUnit unit)
Construct AngleSlope.Abs scalar.
|
Rel(double value,
AngleSlopeUnit unit)
Construct AngleSlope.Rel scalar.
|
| Constructor and Description |
|---|
Abs(DoubleScalar.Abs<AngleSlopeUnit> value)
Construct AngleSlope.Abs scalar.
|
Rel(DoubleScalar.Rel<AngleSlopeUnit> value)
Construct AngleSlope.Rel scalar.
|
| Constructor and Description |
|---|
Abs(AngleSlopeUnit unit)
Construct a new Absolute MutableAngleSlopeVector.
|
Abs(AngleSlopeUnit unit)
Construct a new Absolute Immutable DoubleVector.
|
Dense(double[] values,
AngleSlopeUnit unit)
Construct a new Absolute Dense Mutable AngleSlopeVector.
|
Dense(double[] values,
AngleSlopeUnit unit)
Construct a new Dense Immutable Double AngleSlope Vector.
|
Dense(double[] values,
AngleSlopeUnit unit)
Construct a new Absolute Dense Immutable DoubleVector.
|
Dense(double[] values,
AngleSlopeUnit unit)
Construct a new Dense Immutable Double AngleSlope Vector.
|
Dense(List<Double> values,
AngleSlopeUnit unit)
Construct a new Absolute Dense Mutable AngleSlopeVector.
|
Dense(List<Double> values,
AngleSlopeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
AngleSlopeUnit unit)
Construct a new Absolute Dense Immutable DoubleVector.
|
Dense(List<Double> values,
AngleSlopeUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Rel(AngleSlopeUnit unit)
Construct a new Absolute MutableAngleSlopeVector.
|
Rel(AngleSlopeUnit unit) |
Sparse(double[] values,
AngleSlopeUnit unit)
Construct a new Absolute Sparse Mutable AngleSlopeVector.
|
Sparse(double[] values,
AngleSlopeUnit unit)
Construct a new Sparse Immutable Double AngleSlope Vector.
|
Sparse(double[] values,
AngleSlopeUnit unit)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(double[] values,
AngleSlopeUnit unit)
Construct a new Sparse Immutable Double AngleSlope Vector.
|
Sparse(SortedMap<Integer,Double> values,
AngleSlopeUnit unit,
int angleslope)
Construct a new Absolute Sparse Mutable AngleSlopeVector.
|
Sparse(SortedMap<Integer,Double> values,
AngleSlopeUnit unit,
int angleslope)
Construct a new Sparse Immutable AngleSlope Vector.
|
Sparse(SortedMap<Integer,Double> values,
AngleSlopeUnit unit,
int angleslope)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(SortedMap<Integer,Double> values,
AngleSlopeUnit unit,
int angleslope)
Construct a new Sparse Immutable AngleSlope Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Abs<AngleSlopeUnit>> values)
Construct a new Absolute Dense Mutable AngleSlopeVector.
|
Dense(List<DoubleScalar.Abs<AngleSlopeUnit>> values)
Construct a new Absolute Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<AngleSlopeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<AngleSlopeUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Abs<AngleSlopeUnit>> values,
int angleslope)
Construct a new Absolute Sparse Mutable AngleSlopeVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Abs<AngleSlopeUnit>> values,
int angleslope)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<AngleSlopeUnit>> values,
int angleslope)
Construct a new Sparse Immutable AngleSlope Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<AngleSlopeUnit>> values,
int angleslope)
Construct a new Sparse Immutable AngleSlope Vector.
|
| Constructor and Description |
|---|
Abs(double value,
AngleSlopeUnit unit)
Construct FloatAngleSlope.Abs scalar using a double value.
|
Abs(float value,
AngleSlopeUnit unit)
Construct FloatAngleSlope.Abs scalar.
|
Rel(double value,
AngleSlopeUnit unit)
Construct FloatAngleSlope.Rel scalar using a double value.
|
Rel(float value,
AngleSlopeUnit unit)
Construct FloatAngleSlope.Rel scalar.
|
| Constructor and Description |
|---|
Abs(FloatScalar.Abs<AngleSlopeUnit> value)
Construct FloatAngleSlope.Abs scalar.
|
Rel(FloatScalar.Rel<AngleSlopeUnit> value)
Construct FloatAngleSlope.Rel scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.