| 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 AngleSolidUnit |
AngleSolidUnit.SI
The SI unit for solid angle is steradian.
|
static AngleSolidUnit |
UNITS.SQUARE_DEGREE |
static AngleSolidUnit |
AngleSolidUnit.SQUARE_DEGREE
square degree.
|
static AngleSolidUnit |
UNITS.STERADIAN |
static AngleSolidUnit |
AngleSolidUnit.STERADIAN
steradian.
|
| Modifier and Type | Method and Description |
|---|---|
AngleSolidUnit |
AngleSolidUnit.getStandardUnit() |
| Constructor and Description |
|---|
AngleSolidUnit(String name,
String abbreviation,
UnitSystem unitSystem,
AngleSolidUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Constructor and Description |
|---|
AngleSolid(double value,
AngleSolidUnit unit)
Construct AngleSolid scalar.
|
| Constructor and Description |
|---|
AngleSolid(DoubleScalar.Rel<AngleSolidUnit> value)
Construct AngleSolid scalar.
|
| Constructor and Description |
|---|
AngleSolidVector(AngleSolidUnit unit) |
Dense(double[] values,
AngleSolidUnit unit)
Construct a new Dense Immutable Double AngleSolid Vector.
|
Dense(double[] values,
AngleSolidUnit unit)
Construct a new Dense Immutable Double AngleSolid Vector.
|
Dense(List<Double> values,
AngleSolidUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
AngleSolidUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MutableAngleSolidVector(AngleSolidUnit unit) |
Sparse(double[] values,
AngleSolidUnit unit)
Construct a new Sparse Immutable Double AngleSolid Vector.
|
Sparse(double[] values,
AngleSolidUnit unit)
Construct a new Sparse Immutable Double AngleSolid Vector.
|
Sparse(SortedMap<Integer,Double> values,
AngleSolidUnit unit,
int length)
Construct a new Sparse Immutable AngleSolid Vector.
|
Sparse(SortedMap<Integer,Double> values,
AngleSolidUnit unit,
int length)
Construct a new Sparse Immutable AngleSolid Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<AngleSolidUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<AngleSolidUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<AngleSolidUnit>> values,
int length)
Construct a new Sparse Immutable AngleSolid Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<AngleSolidUnit>> values,
int length)
Construct a new Sparse Immutable AngleSolid Vector.
|
| Constructor and Description |
|---|
FloatAngleSolid(double value,
AngleSolidUnit unit)
Construct FloatAngleSolid scalar using a double value.
|
FloatAngleSolid(float value,
AngleSolidUnit unit)
Construct FloatAngleSolid scalar.
|
| Constructor and Description |
|---|
FloatAngleSolid(FloatScalar.Rel<AngleSolidUnit> value)
Construct FloatAngleSolid scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.