Uses of Class
org.djunits.unit.TimeUnit
Packages that use TimeUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
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 TimeUnitModifier and TypeFieldDescriptionstatic final TimeUnitTimeUnit.BASE_DAYThe base unit for time with an artificial "zero" point with a calculation in days.static final TimeUnitTimeUnit.BASE_HOURThe base unit for time with an artificial "zero" point with a calculation in hours.static final TimeUnitTimeUnit.BASE_MICROSECONDThe base unit for time with an artificial "zero" point with a calculation in microseconds.static final TimeUnitTimeUnit.BASE_MILLISECONDThe base unit for time with an artificial "zero" point with a calculation in milliseconds.static final TimeUnitTimeUnit.BASE_MINUTEThe base unit for time with an artificial "zero" point with a calculation in minutes.static final TimeUnitTimeUnit.BASE_SECONDThe base unit for time with an artifical "zero" point with a calculation in seconds.static final TimeUnitTimeUnit.BASE_WEEKThe base unit for time with an artificial "zero" point with a calculation in weeks.static final TimeUnitTimeUnit.DEFAULTThe default unit for time is BASE_SECOND.static final TimeUnitTimeUnit.EPOCH_DAYThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in days.static final TimeUnitTimeUnit.EPOCH_HOURThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in hours.static final 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 final TimeUnitTimeUnit.EPOCH_MICROSECONDThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in microseconds.static final TimeUnitTimeUnit.EPOCH_MILLISECONDThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in milliseconds.static final TimeUnitTimeUnit.EPOCH_MINUTEThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in minutes.static final TimeUnitTimeUnit.EPOCH_SECONDThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in seconds.static final TimeUnitTimeUnit.EPOCH_WEEKThe POSIX and Gregorian Epoch: January 1, 1970 at 00:00 UTC with a calculation in weeks.static final 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 -
Uses of TimeUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as TimeUnitModifier and TypeFieldDescriptionstatic final TimeUnitUNITS.BASE_DAYstatic final TimeUnitUNITS.BASE_HOURstatic final TimeUnitUNITS.BASE_MICROSECONDstatic final TimeUnitUNITS.BASE_MILLISECONDstatic final TimeUnitUNITS.BASE_MINUTEstatic final TimeUnitUNITS.BASE_SECONDstatic final TimeUnitUNITS.BASE_WEEKstatic final TimeUnitUNITS.EPOCH_DAYstatic final TimeUnitUNITS.EPOCH_HOURstatic final TimeUnitUNITS.EPOCH_J2000_SECONDstatic final TimeUnitUNITS.EPOCH_MICROSECONDstatic final TimeUnitUNITS.EPOCH_MILLISECONDstatic final TimeUnitUNITS.EPOCH_MINUTEstatic final TimeUnitUNITS.EPOCH_SECONDstatic final TimeUnitUNITS.EPOCH_WEEKstatic final TimeUnitUNITS.EPOCH_YEAR1_SECOND -
Uses of TimeUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type TimeUnitModifier and TypeMethodDescriptionTimeMatrix.instantiateMatrix(DoubleMatrixData dmd, TimeUnit displayUnit) DurationMatrix.instantiateMatrixAbs(DoubleMatrixData dmd, TimeUnit displayUnit) DurationMatrix.instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit) TimeMatrix.instantiateScalarSI(double valueSI, TimeUnit displayUnit) TimeMatrix.instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit) DurationMatrix.instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type TimeUnitModifierConstructorDescriptionTimeMatrix(double[][] data, TimeUnit displayUnit) Construct a TimeMatrix from a double[][] object.TimeMatrix(double[][] data, TimeUnit displayUnit, StorageType storageType) Construct a TimeMatrix from a double[][] object.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(DoubleMatrixData data, TimeUnit displayUnit) Construct a TimeMatrix from an internal data object.TimeMatrix(Time[][] data, TimeUnit displayUnit) Construct a TimeMatrix from an array of an array of Time objects.TimeMatrix(Time[][] data, TimeUnit displayUnit, StorageType storageType) Construct a TimeMatrix from an array of an array of Time objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type TimeUnitModifierConstructorDescriptionTimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, int rows, int cols) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, int rows, int cols, StorageType storageType) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of TimeUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type TimeUnitModifier and TypeMethodDescriptionfinal TimeDuration.instantiateAbs(double value, TimeUnit unit) final TimeTime.instantiateAbs(double value, TimeUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type TimeUnit -
Uses of TimeUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type TimeUnitModifier and TypeMethodDescriptionDurationVector.instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit) TimeVector.instantiateScalarSI(double valueSI, TimeUnit displayUnit) TimeVector.instantiateVector(DoubleVectorData dvd, TimeUnit displayUnit) DurationVector.instantiateVectorAbs(DoubleVectorData dvd, TimeUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type TimeUnitModifierConstructorDescriptionTimeVector(double[] data, TimeUnit displayUnit) Construct an TimeVector from a double[] object.TimeVector(double[] data, TimeUnit displayUnit, StorageType storageType) Construct an TimeVector from a double[] object.TimeVector(List<? extends Number> data, TimeUnit displayUnit) Construct an TimeVector from a list of Number objects or a list of Time objects.TimeVector(List<? extends Number> data, TimeUnit displayUnit, StorageType storageType) Construct an TimeVector from a list of Number objects or a list of Time objects.TimeVector(Map<Integer, ? extends Number> data, int size, TimeUnit displayUnit) Construct an TimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Time objects.TimeVector(Map<Integer, ? extends Number> data, int size, TimeUnit displayUnit, StorageType storageType) Construct an TimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Time objects.TimeVector(Time[] data, TimeUnit displayUnit) Construct an TimeVector from an array of Time objects.TimeVector(Time[] data, TimeUnit displayUnit, StorageType storageType) Construct an TimeVector from an array of Time objects.TimeVector(DoubleVectorData data, TimeUnit displayUnit) 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 TimeUnitModifier and TypeMethodDescriptionFloatTimeMatrix.instantiateMatrix(FloatMatrixData fmd, TimeUnit displayUnit) FloatDurationMatrix.instantiateMatrixAbs(FloatMatrixData fmd, TimeUnit displayUnit) FloatDurationMatrix.instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit) FloatTimeMatrix.instantiateScalarSI(float valueSI, TimeUnit displayUnit) FloatTimeMatrix.instantiateVector(FloatVectorData fvd, TimeUnit displayUnit) FloatDurationMatrix.instantiateVectorAbs(FloatVectorData fvd, TimeUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type TimeUnitModifierConstructorDescriptionFloatTimeMatrix(float[][] data, TimeUnit displayUnit) Construct a FloatTimeMatrix from a float[][] object.FloatTimeMatrix(float[][] data, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeMatrix from a float[][] object.FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, TimeUnit displayUnit, int rows, int cols) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, TimeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix(FloatMatrixData data, TimeUnit displayUnit) Construct a TimeMatrix from an internal data object.FloatTimeMatrix(FloatTime[][] data, TimeUnit displayUnit) Construct a FloatTimeMatrix from an array of an array of FloatTime objects.FloatTimeMatrix(FloatTime[][] data, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeMatrix from an array of an array of FloatTime objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type TimeUnitModifierConstructorDescriptionFloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, int rows, int cols) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, int rows, int cols, StorageType storageType) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, TimeUnit displayUnit, int rows, int cols) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, TimeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of TimeUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type TimeUnitModifier and TypeMethodDescriptionfinal FloatTimeFloatDuration.instantiateAbs(float value, TimeUnit unit) final FloatTimeFloatTime.instantiateAbs(float value, TimeUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type TimeUnit -
Uses of TimeUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type TimeUnitModifier and TypeMethodDescriptionFloatDurationVector.instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit) FloatTimeVector.instantiateScalarSI(float valueSI, TimeUnit displayUnit) FloatTimeVector.instantiateVector(FloatVectorData fvd, TimeUnit displayUnit) FloatDurationVector.instantiateVectorAbs(FloatVectorData fvd, TimeUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type TimeUnitModifierConstructorDescriptionFloatTimeVector(float[] data, TimeUnit displayUnit) Construct a FloatTimeVector from a float[] object.FloatTimeVector(float[] data, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeVector from a float[] object.FloatTimeVector(List<? extends Number> data, TimeUnit displayUnit) Construct a FloatTimeVector from a list of Number objects or a list of FloatTime objects.FloatTimeVector(List<? extends Number> data, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeVector from a list of Number objects or a list of FloatTime objects.FloatTimeVector(Map<Integer, ? extends Number> data, int size, TimeUnit displayUnit) Construct a FloatTimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTime objects.FloatTimeVector(Map<Integer, ? extends Number> data, int size, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatTime objects.FloatTimeVector(FloatTime[] data, TimeUnit displayUnit) Construct a FloatTimeVector from an array of FloatTime objects.FloatTimeVector(FloatTime[] data, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeVector from an array of FloatTime objects.FloatTimeVector(FloatVectorData data, TimeUnit displayUnit) Construct a FloatTimeVector from an internal data object.