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 TimeUnitTimeUnit. BASE_DAYThe base unit for time with an artificial "zero" point with a calculation in days.static TimeUnitTimeUnit. BASE_HOURThe base unit for time with an artificial "zero" point with a calculation in hours.static TimeUnitTimeUnit. BASE_MICROSECONDThe base unit for time with an artificial "zero" point with a calculation in microseconds.static TimeUnitTimeUnit. BASE_MILLISECONDThe base unit for time with an artificial "zero" point with a calculation in milliseconds.static TimeUnitTimeUnit. BASE_MINUTEThe base unit for time with an artificial "zero" point with a calculation in minutes.static TimeUnitTimeUnit. BASE_SECONDThe base unit for time with an artifical "zero" point with a calculation in seconds.static TimeUnitTimeUnit. BASE_WEEKThe base unit for time with an artificial "zero" point with a calculation in weeks.static TimeUnitTimeUnit. DEFAULTThe default unit for time is BASE_SECOND.static TimeUnitTimeUnit. EPOCH_DAYThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in days.static TimeUnitTimeUnit. EPOCH_HOURThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in hours.static TimeUnitTimeUnit. EPOCH_J2000_SECONDThe 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 TimeUnitTimeUnit. EPOCH_MICROSECONDThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in microseconds.static TimeUnitTimeUnit. EPOCH_MILLISECONDThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in milliseconds.static TimeUnitTimeUnit. EPOCH_MINUTEThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in minutes.static TimeUnitTimeUnit. EPOCH_SECONDThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in seconds.static TimeUnitTimeUnit. EPOCH_WEEKThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in weeks.static TimeUnitTimeUnit. EPOCH_YEAR1_SECONDThe 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. BASEThe 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 TimeUnitUNITS. BASE_DAYstatic TimeUnitUNITS. BASE_HOURstatic TimeUnitUNITS. BASE_MICROSECONDstatic TimeUnitUNITS. BASE_MILLISECONDstatic TimeUnitUNITS. BASE_MINUTEstatic TimeUnitUNITS. BASE_SECONDstatic TimeUnitUNITS. BASE_WEEKstatic TimeUnitUNITS. EPOCH_DAYstatic TimeUnitUNITS. EPOCH_HOURstatic TimeUnitUNITS. EPOCH_J2000_SECONDstatic TimeUnitUNITS. EPOCH_MICROSECONDstatic TimeUnitUNITS. EPOCH_MILLISECONDstatic TimeUnitUNITS. EPOCH_MINUTEstatic TimeUnitUNITS. EPOCH_SECONDstatic TimeUnitUNITS. EPOCH_WEEKstatic TimeUnitUNITS. 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 TimeMatrixTimeMatrix. instantiateMatrix(DoubleMatrixData dmd, TimeUnit displayUnit)Instantiate a new matrix of the class of this matrix.TimeMatrixDurationMatrix. instantiateMatrixAbs(DoubleMatrixData dmd, TimeUnit displayUnit)Instantiate a new absolute matrix of the class of this relative matrix.TimeDurationMatrix. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative matrix.TimeTimeMatrix. instantiateScalarSI(double valueSI, TimeUnit displayUnit)Instantiate a new scalar for the class of this matrix.TimeVectorTimeMatrix. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)Instantiate a new vector of the class of this matrix.TimeVectorDurationMatrix. 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 TimeDuration. instantiateAbs(double value, TimeUnit unit)Construct a new Absolute Immutable DoubleScalar of the right type.TimeTime. 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 TimeDurationVector. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative vector.TimeTimeVector. instantiateScalarSI(double valueSI, TimeUnit displayUnit)Instantiate a new scalar for the class of this vector.TimeVectorTimeVector. instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit)Instantiate a new vector of the class of this vector.TimeVectorDurationVector. 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 FloatTimeMatrixFloatTimeMatrix. instantiateMatrix(FloatMatrixData fmd, TimeUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatTimeMatrixFloatDurationMatrix. instantiateMatrixAbs(FloatMatrixData fmd, TimeUnit displayUnit)Instantiate a new absolute matrix of the class of this relative matrix.FloatTimeFloatDurationMatrix. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative matrix.FloatTimeFloatTimeMatrix. instantiateScalarSI(float valueSI, TimeUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatTimeVectorFloatTimeMatrix. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)Instantiate a new vector of the class of this matrix.FloatTimeVectorFloatDurationMatrix. 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 FloatTimeFloatDuration. instantiateAbs(float value, TimeUnit unit)Construct a new Absolute Immutable FloatScalar of the right type.FloatTimeFloatTime. 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 FloatTimeFloatDurationVector. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative vector.FloatTimeFloatTimeVector. instantiateScalarSI(float valueSI, TimeUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatTimeVectorFloatTimeVector. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)Instantiate a new vector of the class of this vector.FloatTimeVectorFloatDurationVector. 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.