Uses of Class
org.orekit.time.TimeComponents
-
Packages that use TimeComponents Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of TimeComponents in org.orekit.files.rinex.clock
Constructors in org.orekit.files.rinex.clock with parameters of type TimeComponents Constructor Description ClockDataLine(RinexClock.ClockDataType type, String name, DateComponents dateComponents, TimeComponents timeComponents, int numberOfValues, double clockBias, double clockBiasSigma, double clockRate, double clockRateSigma, double clockAcceleration, double clockAccelerationSigma)
Constructor. -
Uses of TimeComponents in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential with parameters of type TimeComponents Modifier and Type Method Description protected AbsoluteDate
PotentialCoefficientsReader. toDate(DateComponents dc, TimeComponents tc)
Create a date from components. -
Uses of TimeComponents in org.orekit.time
Fields in org.orekit.time declared as TimeComponents Modifier and Type Field Description static TimeComponents
TimeComponents. H00
Constant for commonly used hour 00:00:00.static TimeComponents
TimeComponents. H12
Constant for commonly used hour 12:00:00.static TimeComponents
TimeComponents. NaN
Constant for NaN time.Methods in org.orekit.time that return TimeComponents Modifier and Type Method Description TimeComponents
DateTimeComponents. getTime()
Get the time component.static TimeComponents
TimeComponents. parseTime(String string)
Parse a string in ISO-8601 format to build a time.TimeComponents
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 TimeComponents Modifier and Type Method Description int
TimeComponents. compareTo(TimeComponents other)
TimeOffset
UTCTAIOffset. getOffset(DateComponents date, TimeComponents time)
Get the TAI - UTC offset in seconds.TimeOffset
ConstantOffsetTimeScale. offsetToTAI(DateComponents date, TimeComponents time)
Get the offset to convert locations from instance toTAIScale
.TimeOffset
GLONASSScale. offsetToTAI(DateComponents date, TimeComponents time)
Get the offset to convert locations from instance toTAIScale
.TimeOffset
SatelliteClockScale. offsetToTAI(DateComponents date, TimeComponents time)
Get the offset to convert locations from instance toTAIScale
.default TimeOffset
TimeScale. offsetToTAI(DateComponents date, TimeComponents time)
Get the offset to convert locations from instance toTAIScale
.TimeOffset
UTCScale. offsetToTAI(DateComponents date, TimeComponents time)
Get the offset to convert locations from instance toTAIScale
.Constructors in org.orekit.time with parameters of type TimeComponents Constructor Description AbsoluteDate(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
.
-