Uses of Class
org.orekit.time.TimeOffset
-
Packages that use TimeOffset Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of TimeOffset in org.orekit.attitudes
Methods in org.orekit.attitudes with parameters of type TimeOffset Modifier and Type Method Description AttitudeAttitude. shiftedBy(TimeOffset dt)Get a time-shifted attitude. -
Uses of TimeOffset in org.orekit.frames
Methods in org.orekit.frames with parameters of type TimeOffset Modifier and Type Method Description TransformTransform. shiftedBy(TimeOffset dt)Get a time-shifted instance. -
Uses of TimeOffset in org.orekit.orbits
Methods in org.orekit.orbits with parameters of type TimeOffset Modifier and Type Method Description CartesianOrbitCartesianOrbit. shiftedBy(TimeOffset dt)Get a time-shifted orbit.CircularOrbitCircularOrbit. shiftedBy(TimeOffset dt)Get a time-shifted orbit.EquinoctialOrbitEquinoctialOrbit. shiftedBy(TimeOffset dt)Get a time-shifted orbit.FieldCircularOrbit<T>FieldCircularOrbit. shiftedBy(TimeOffset dt)Get a time-shifted instance.FieldEquinoctialOrbit<T>FieldEquinoctialOrbit. shiftedBy(TimeOffset dt)Get a time-shifted instance.FieldKeplerianOrbit<T>FieldKeplerianOrbit. shiftedBy(TimeOffset dt)Get a time-shifted instance.KeplerianOrbitKeplerianOrbit. shiftedBy(TimeOffset dt)Get a time-shifted orbit.abstract OrbitOrbit. shiftedBy(TimeOffset dt)Get a time-shifted orbit. -
Uses of TimeOffset in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type TimeOffset Modifier and Type Method Description SpacecraftStateSpacecraftState. shiftedBy(TimeOffset dt)Get a time-shifted state. -
Uses of TimeOffset in org.orekit.time
Subclasses of TimeOffset in org.orekit.time Modifier and Type Class Description classAbsoluteDateThis class represents a specific instant in time.Fields in org.orekit.time declared as TimeOffset Modifier and Type Field Description static TimeOffsetTimeOffset. ATTOSECONDSplit time representing 1 attosecond.static TimeOffsetTimeOffset. DAYSplit time representing 1 day.static TimeOffsetTimeOffset. DAY_WITH_POSITIVE_LEAPSplit time representing 1 day that includes an additional leap second.static TimeOffsetTimeOffset. FEMTOSECONDSplit time representing 1 femtosecond.static TimeOffsetTimeOffset. HOURSplit time representing 1 hour.static TimeOffsetTimeOffset. MICROSECONDSplit time representing 1 microsecond.static TimeOffsetTimeOffset. MILLISECONDSplit time representing 1 millisecond.static TimeOffsetTimeOffset. MINUTESplit time representing 1 minute.static TimeOffsetTimeOffset. NaNSplit time representing a NaN.static TimeOffsetTimeOffset. NANOSECONDSplit time representing 1 nanosecond.static TimeOffsetTimeOffset. NEGATIVE_INFINITYSplit time representing negative infinity.static TimeOffsetTimeOffset. PICOSECONDSplit time representing 1 picosecond.static TimeOffsetTimeOffset. POSITIVE_INFINITYSplit time representing positive infinity.static TimeOffsetTimeOffset. SECONDSplit time representing 1 second.static TimeOffsetTimeOffset. ZEROSplit time representing 0.Methods in org.orekit.time that return TimeOffset Modifier and Type Method Description TimeOffsetAbsoluteDate. accurateDurationFrom(AbsoluteDate instant)Compute the physically elapsed duration between two instants.TimeOffsetAbsoluteDate. accurateOffsetFrom(AbsoluteDate instant, TimeScale timeScale)Compute the apparent clock offset between two instant in the perspective of a specifictime scale.TimeOffsetTimeOffset. add(TimeOffset t)Build a time by adding two times.TimeOffsetTimeOffset. divide(int q)Divide the instance by a positive constant.TimeOffsetGLONASSScale. getLeap(AbsoluteDate date)Get the value of the previous leap.default TimeOffsetTimeScale. getLeap(AbsoluteDate date)Get the value of the previous leap.TimeOffsetUTCScale. getLeap(AbsoluteDate date)Get the value of the previous leap.TimeOffsetUTCTAIOffset. getLeap()Get the value of the leap at offset validity start.TimeOffsetOffsetModel. getOffset()Offset at reference date in seconds (TAI minus UTC).TimeOffsetUTCTAIOffset. getOffset(AbsoluteDate date)Get the TAI - UTC offset in seconds.TimeOffsetUTCTAIOffset. getOffset(DateComponents date, TimeComponents time)Get the TAI - UTC offset in seconds.TimeOffsetTimeOffset. getRoundedOffset(int fractionDigits)Round to specified accuracy.TimeOffsetTimeComponents. getSplitSecond()Get the seconds number.TimeOffsetTimeComponents. getSplitSecondsInLocalDay()Get the second number within the local day, without applying theoffset from UTC.TimeOffsetTimeComponents. getSplitSecondsInUTCDay()Get the second number within the UTC day, applying theoffset from UTC.TimeOffsetGNSSDate. getSplitSecondsInWeek()Get the number of seconds since week start.TimeOffsetTimeOffset. multiply(long p)Multiply the instance by a positive or zero constant.TimeOffsetTimeOffset. negate()Negate the instance.TimeOffsetClockTimeScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetConstantOffsetTimeScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetGLONASSScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetGMSTScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetSatelliteClockScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetTCBScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetTCGScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetTDBScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetTimeScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetUT1Scale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetUTCScale. offsetFromTAI(AbsoluteDate date)Get the offset to convert locations fromTAIScaleto instance.TimeOffsetConstantOffsetTimeScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.TimeOffsetGLONASSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.TimeOffsetSatelliteClockScale. 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.TimeOffsetUTCScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.static TimeOffsetTimeOffset. parse(String s)Parse a string to produce an accurate split time.TimeOffsetTimeOffset. subtract(TimeOffset t)Build a time by subtracting one time from the instance.Methods in org.orekit.time with parameters of type TimeOffset Modifier and Type Method Description TimeOffsetTimeOffset. add(TimeOffset t)Build a time by adding two times.intTimeOffset. compareTo(TimeOffset other)Compare the instance with another one.static AbsoluteDateAbsoluteDate. createMJDDate(int mjd, TimeOffset secondsInDay, TimeScale timeScale)Build an instance corresponding to a Modified Julian Day date.AbsoluteDateAbsoluteDate. shiftedBy(TimeOffset dt)Get a time-shifted instance.FieldAbsoluteDate<T>FieldAbsoluteDate. shiftedBy(TimeOffset dt)Get a time-shifted date.default TTimeShiftable. shiftedBy(TimeOffset dt)Get a time-shifted instance.TimeOffsetTimeOffset. subtract(TimeOffset t)Build a time by subtracting one time from the instance.Constructors in org.orekit.time with parameters of type TimeOffset Constructor Description AbsoluteDate(int year, int month, int day, int hour, int minute, TimeOffset second, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(int year, Month month, int day, int hour, int minute, TimeOffset second, TimeScale timeScale)Build an instance from a location in atime scale.AbsoluteDate(AbsoluteDate since, TimeOffset elapsedDuration)Build an instance from an elapsed duration since another instant.AbsoluteDate(AbsoluteDate reference, TimeOffset apparentOffset, TimeScale timeScale)Build an instance from an apparent clock offset with respect to another instant in the perspective of a specifictime scale.AbsoluteDate(TimeOffset offset)Build a date from an offset since a reference epoch.ConstantOffsetTimeScale(String name, TimeOffset offset)Simple constructor.DateTimeComponents(int year, int month, int day, int hour, int minute, TimeOffset second)Build an instance from raw level components.DateTimeComponents(int year, Month month, int day, int hour, int minute, TimeOffset second)Build an instance from raw level components.DateTimeComponents(DateTimeComponents reference, TimeOffset offset)Build an instance from a seconds offset with respect to another one.FieldAbsoluteDate(Field<T> field, int year, int month, int day, int hour, int minute, TimeOffset second, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(Field<T> field, int year, Month month, int day, int hour, int minute, TimeOffset second, TimeScale timeScale)Build an instance from a location in atime scale.FieldAbsoluteDate(FieldAbsoluteDate<T> since, TimeOffset elapsedDuration)Build an instance from an elapsed duration since another instant.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system)Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system, DateComponents reference, TimeScales timeScales)Build an instance corresponding to a GNSS date.GNSSDate(int weekNumber, TimeOffset secondsInWeek, SatelliteSystem system, TimeScales timeScales)Build an instance corresponding to a GNSS date.OffsetModel(DateComponents start, int mjdRef, TimeOffset offset, int slope)Constructor for a linear offset model.TimeComponents(int hour, int minute, TimeOffset second)Build a time from its clock elements.TimeComponents(int hour, int minute, TimeOffset second, int minutesFromUTC)Build a time from its clock elements.TimeComponents(TimeOffset splitSecondInDay)Build a time from the second number within the day.TimeComponents(TimeOffset secondInDay, TimeOffset leap, int minuteDuration)Build a time from the second number within the day.TimeOffset(long factor, TimeOffset time)Multiplicative constructor.TimeOffset(long f1, TimeOffset t1, long f2, TimeOffset t2)Linear combination constructor.TimeOffset(long f1, TimeOffset t1, long f2, TimeOffset t2, long f3, TimeOffset t3)Linear combination constructor.TimeOffset(long f1, TimeOffset t1, long f2, TimeOffset t2, long f3, TimeOffset t3, long f4, TimeOffset t4)Linear combination constructor.TimeOffset(long f1, TimeOffset t1, long f2, TimeOffset t2, long f3, TimeOffset t3, long f4, TimeOffset t4, long f5, TimeOffset t5)Linear combination constructor.TimeOffset(TimeOffset... times)Build a time by adding several times. -
Uses of TimeOffset in org.orekit.utils
Methods in org.orekit.utils with parameters of type TimeOffset Modifier and Type Method Description AbsolutePVCoordinatesAbsolutePVCoordinates. shiftedBy(TimeOffset dt)Get a time-shifted state.FieldAbsolutePVCoordinates<T>FieldAbsolutePVCoordinates. shiftedBy(TimeOffset dt)TimeStampedAngularCoordinatesTimeStampedAngularCoordinates. shiftedBy(TimeOffset dt)Get a time-shifted state.TimeStampedFieldAngularCoordinates<T>TimeStampedFieldAngularCoordinates. shiftedBy(TimeOffset dt)Get a time-shifted state.TimeStampedFieldPVCoordinates<T>TimeStampedFieldPVCoordinates. shiftedBy(TimeOffset dt)Get a time-shifted state.TimeStampedPVCoordinatesTimeStampedPVCoordinates. shiftedBy(TimeOffset dt)Get a time-shifted state.
-