Uses of Class
org.orekit.time.TimeComponents
Packages that use TimeComponents
Package
Description
This package collects classes representing the individual terms that make up an IIRV vector.
This package provides classes to read gravity field files and supports several
different formats.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
-
Uses of TimeComponents in org.orekit.files.iirv.terms
Methods in org.orekit.files.iirv.terms with parameters of type TimeComponentsModifier and TypeMethodDescriptionVectorEpochTerm.toEncodedString(TimeComponents value) Convert an IIRV term value into the encoded String representation, as it would appear in the IIRV message.Constructors in org.orekit.files.iirv.terms with parameters of type TimeComponentsModifierConstructorDescriptionVectorEpochTerm(TimeComponents timeComponents) Constructs from aTimeComponentsvalue. -
Uses of TimeComponents in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential with parameters of type TimeComponentsModifier and TypeMethodDescriptionprotected AbsoluteDatePotentialCoefficientsReader.toDate(DateComponents dc, TimeComponents tc) Create a date from components. -
Uses of TimeComponents in org.orekit.time
Fields in org.orekit.time declared as TimeComponentsModifier and TypeFieldDescriptionstatic final TimeComponentsTimeComponents.H00Constant for commonly used hour 00:00:00.static final TimeComponentsTimeComponents.H12Constant for commonly used hour 12:00:00.static final TimeComponentsTimeComponents.NaNConstant for NaN time.Methods in org.orekit.time that return TimeComponentsModifier and TypeMethodDescriptionDateTimeComponents.getTime()Get the time component.static TimeComponentsParse a string in ISO-8601 format to build a time.TimeComponents.wrapIfNeeded(int minuteDuration, int fractionDigits) Round this time to the given precision if needed to prevent rounding up to an invalid seconds number.Methods in org.orekit.time with parameters of type TimeComponentsModifier and TypeMethodDescriptionintTimeComponents.compareTo(TimeComponents other) UTCTAIOffset.getOffset(DateComponents date, TimeComponents time) Get the TAI - UTC offset in seconds.ConstantOffsetTimeScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.GLONASSScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.SatelliteClockScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.default TimeOffsetTimeScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.UTCScale.offsetToTAI(DateComponents date, TimeComponents time) Get the offset to convert locations from instance toTAIScale.Constructors in org.orekit.time with parameters of type TimeComponentsModifierConstructorDescriptionAbsoluteDate(DateComponents date, TimeComponents time, TimeScale timeScale) Build an instance from a location in atime scale.DateTimeComponents(DateComponents date, TimeComponents time) Build a new instance from its components.FieldAbsoluteDate(Field<T> field, DateComponents date, TimeComponents time, TimeScale timeScale) Build an instance from a location in atime scale.