Uses of Class
org.djunits.unit.TimeUnit
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 TimeUnit in org.djunits.unit
Fields in org.djunits.unit declared as TimeUnit Modifier and Type Field Description static TimeUnit
TimeUnit. BASE_DAY
The base unit for time with an artificial "zero" point with a calculation in days.static TimeUnit
TimeUnit. BASE_HOUR
The base unit for time with an artificial "zero" point with a calculation in hours.static TimeUnit
TimeUnit. BASE_MICROSECOND
The base unit for time with an artificial "zero" point with a calculation in microseconds.static TimeUnit
TimeUnit. BASE_MILLISECOND
The base unit for time with an artificial "zero" point with a calculation in milliseconds.static TimeUnit
TimeUnit. BASE_MINUTE
The base unit for time with an artificial "zero" point with a calculation in minutes.static TimeUnit
TimeUnit. BASE_SECOND
The base unit for time with an artifical "zero" point with a calculation in seconds.static TimeUnit
TimeUnit. BASE_WEEK
The base unit for time with an artificial "zero" point with a calculation in weeks.static TimeUnit
TimeUnit. DEFAULT
The default unit for time is BASE_SECOND.static TimeUnit
TimeUnit. EPOCH_DAY
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in days.static TimeUnit
TimeUnit. EPOCH_HOUR
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in hours.static TimeUnit
TimeUnit. EPOCH_J2000_SECOND
The Epoch with J2000.0 as the origin, which is The Gregorian date January 1, 2000 at 12:00 GMT (noon) with a calculation in seconds.static TimeUnit
TimeUnit. EPOCH_MICROSECOND
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in microseconds.static TimeUnit
TimeUnit. EPOCH_MILLISECOND
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in milliseconds.static TimeUnit
TimeUnit. EPOCH_MINUTE
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in minutes.static TimeUnit
TimeUnit. EPOCH_SECOND
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in seconds.static TimeUnit
TimeUnit. EPOCH_WEEK
The POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in weeks.static TimeUnit
TimeUnit. EPOCH_YEAR1_SECOND
The Epoch with 0001-01-01 AD at 00:00 as the origin with a calculation in seconds.Fields in org.djunits.unit with type parameters of type TimeUnit Modifier and Type Field Description static Quantity<TimeUnit>
TimeUnit. BASE
The base, with "m2" as the SI signature. -
Uses of TimeUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as TimeUnit Modifier and Type Field Description static TimeUnit
UNITS. BASE_DAY
static TimeUnit
UNITS. BASE_HOUR
static TimeUnit
UNITS. BASE_MICROSECOND
static TimeUnit
UNITS. BASE_MILLISECOND
static TimeUnit
UNITS. BASE_MINUTE
static TimeUnit
UNITS. BASE_SECOND
static TimeUnit
UNITS. BASE_WEEK
static TimeUnit
UNITS. EPOCH_DAY
static TimeUnit
UNITS. EPOCH_HOUR
static TimeUnit
UNITS. EPOCH_J2000_SECOND
static TimeUnit
UNITS. EPOCH_MICROSECOND
static TimeUnit
UNITS. EPOCH_MILLISECOND
static TimeUnit
UNITS. EPOCH_MINUTE
static TimeUnit
UNITS. EPOCH_SECOND
static TimeUnit
UNITS. EPOCH_WEEK
static TimeUnit
UNITS. EPOCH_YEAR1_SECOND
-
Uses of TimeUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type TimeUnit Modifier and Type Method Description TimeMatrix
TimeMatrix. instantiateMatrix(DoubleMatrixData dmd, TimeUnit displayUnit)
Instantiate a new matrix of the class of this matrix.TimeMatrix
DurationMatrix. instantiateMatrixAbs(DoubleMatrixData dmd, TimeUnit displayUnit)
Instantiate a new absolute matrix of the class of this relative matrix.Time
DurationMatrix. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.Time
TimeMatrix. instantiateScalarSI(double valueSI, TimeUnit displayUnit)
Instantiate a new scalar for the class of this matrix.TimeVector
TimeMatrix. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this matrix.TimeVector
DurationMatrix. instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type TimeUnit Constructor Description TimeMatrix(DoubleMatrixData data, TimeUnit unit)
-
Uses of TimeUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type TimeUnit Modifier and Type Method Description Time
Duration. instantiateAbs(double value, TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.Time
Time. instantiateAbs(double value, TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type TimeUnit Constructor Description Time(double value, TimeUnit unit)
Construct Time scalar. -
Uses of TimeUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type TimeUnit Modifier and Type Method Description Time
DurationVector. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.Time
TimeVector. instantiateScalarSI(double valueSI, TimeUnit displayUnit)
Instantiate a new scalar for the class of this vector.TimeVector
TimeVector. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this vector.TimeVector
DurationVector. instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative vector.Constructors in org.djunits.value.vdouble.vector with parameters of type TimeUnit Constructor Description TimeVector(DoubleVectorData data, TimeUnit unit)
Construct an TimeVector from an internal data object. -
Uses of TimeUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type TimeUnit Modifier and Type Method Description FloatTimeMatrix
FloatTimeMatrix. instantiateMatrix(FloatMatrixData fmd, TimeUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatTimeMatrix
FloatDurationMatrix. instantiateMatrixAbs(FloatMatrixData fmd, TimeUnit displayUnit)
Instantiate a new absolute matrix of the class of this relative matrix.FloatTime
FloatDurationMatrix. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.FloatTime
FloatTimeMatrix. instantiateScalarSI(float valueSI, TimeUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatTimeVector
FloatTimeMatrix. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this matrix.FloatTimeVector
FloatDurationMatrix. instantiateVectorAbs(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type TimeUnit Constructor Description FloatTimeMatrix(FloatMatrixData data, TimeUnit unit)
-
Uses of TimeUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type TimeUnit Modifier and Type Method Description FloatTime
FloatDuration. instantiateAbs(float value, TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.FloatTime
FloatTime. instantiateAbs(float value, TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type. -
Uses of TimeUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type TimeUnit Modifier and Type Method Description FloatTime
FloatDurationVector. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.FloatTime
FloatTimeVector. instantiateScalarSI(float valueSI, TimeUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatTimeVector
FloatTimeVector. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatTimeVector
FloatDurationVector. instantiateVectorAbs(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative vector.Constructors in org.djunits.value.vfloat.vector with parameters of type TimeUnit Constructor Description FloatTimeVector(FloatVectorData data, TimeUnit unit)
Construct a new Absative Immutable FloatTimeVector.