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 Attitude
Attitude. 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 Transform
Transform. 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 CartesianOrbit
CartesianOrbit. shiftedBy(TimeOffset dt)
Get a time-shifted orbit.CircularOrbit
CircularOrbit. shiftedBy(TimeOffset dt)
Get a time-shifted orbit.EquinoctialOrbit
EquinoctialOrbit. shiftedBy(TimeOffset dt)
Get a time-shifted orbit.KeplerianOrbit
KeplerianOrbit. shiftedBy(TimeOffset dt)
Get a time-shifted orbit.abstract Orbit
Orbit. 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 SpacecraftState
SpacecraftState. 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 class
AbsoluteDate
This class represents a specific instant in time.Fields in org.orekit.time declared as TimeOffset Modifier and Type Field Description static TimeOffset
TimeOffset. ATTOSECOND
Split time representing 1 attosecond.static TimeOffset
TimeOffset. DAY
Split time representing 1 day.static TimeOffset
TimeOffset. DAY_WITH_POSITIVE_LEAP
Split time representing 1 day that includes an additional leap second.static TimeOffset
TimeOffset. FEMTOSECOND
Split time representing 1 femtosecond.static TimeOffset
TimeOffset. HOUR
Split time representing 1 hour.static TimeOffset
TimeOffset. MICROSECOND
Split time representing 1 microsecond.static TimeOffset
TimeOffset. MILLISECOND
Split time representing 1 millisecond.static TimeOffset
TimeOffset. MINUTE
Split time representing 1 minute.static TimeOffset
TimeOffset. NaN
Split time representing a NaN.static TimeOffset
TimeOffset. NANOSECOND
Split time representing 1 nanosecond.static TimeOffset
TimeOffset. NEGATIVE_INFINITY
Split time representing negative infinity.static TimeOffset
TimeOffset. PICOSECOND
Split time representing 1 picosecond.static TimeOffset
TimeOffset. POSITIVE_INFINITY
Split time representing positive infinity.static TimeOffset
TimeOffset. SECOND
Split time representing 1 second.static TimeOffset
TimeOffset. ZERO
Split time representing 0.Methods in org.orekit.time that return TimeOffset Modifier and Type Method Description TimeOffset
AbsoluteDate. accurateDurationFrom(AbsoluteDate instant)
Compute the physically elapsed duration between two instants.TimeOffset
AbsoluteDate. accurateOffsetFrom(AbsoluteDate instant, TimeScale timeScale)
Compute the apparent clock offset between two instant in the perspective of a specifictime scale
.TimeOffset
TimeOffset. add(TimeOffset t)
Build a time by adding two times.TimeOffset
TimeOffset. divide(int q)
Divide the instance by a positive constant.TimeOffset
GLONASSScale. getLeap(AbsoluteDate date)
Get the value of the previous leap.default TimeOffset
TimeScale. getLeap(AbsoluteDate date)
Get the value of the previous leap.TimeOffset
UTCScale. getLeap(AbsoluteDate date)
Get the value of the previous leap.TimeOffset
UTCTAIOffset. getLeap()
Get the value of the leap at offset validity start.TimeOffset
OffsetModel. getOffset()
Offset at reference date in seconds (TAI minus UTC).TimeOffset
UTCTAIOffset. getOffset(AbsoluteDate date)
Get the TAI - UTC offset in seconds.TimeOffset
UTCTAIOffset. getOffset(DateComponents date, TimeComponents time)
Get the TAI - UTC offset in seconds.TimeOffset
TimeComponents. getSplitSecond()
Get the seconds number.TimeOffset
TimeComponents. getSplitSecondsInLocalDay()
Get the second number within the local day, without applying theoffset from UTC
.TimeOffset
TimeComponents. getSplitSecondsInUTCDay()
Get the second number within the UTC day, applying theoffset from UTC
.TimeOffset
GNSSDate. getSplitSecondsInWeek()
Get the number of seconds since week start.TimeOffset
TimeOffset. multiply(long p)
Multiply the instance by a positive or zero constant.TimeOffset
TimeOffset. negate()
Negate the instance.TimeOffset
ClockTimeScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
ConstantOffsetTimeScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
GLONASSScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
GMSTScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
SatelliteClockScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
TCBScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
TCGScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
TDBScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
TimeScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
UT1Scale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.TimeOffset
UTCScale. offsetFromTAI(AbsoluteDate date)
Get the offset to convert locations fromTAIScale
to instance.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
.static TimeOffset
TimeOffset. parse(String s)
Parse a string to produce an accurate split time.TimeOffset
TimeOffset. 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 TimeOffset
TimeOffset. add(TimeOffset t)
Build a time by adding two times.int
TimeOffset. compareTo(TimeOffset other)
Compare the instance with another one.static AbsoluteDate
AbsoluteDate. createMJDDate(int mjd, TimeOffset secondsInDay, TimeScale timeScale)
Build an instance corresponding to a Modified Julian Day date.AbsoluteDate
AbsoluteDate. shiftedBy(TimeOffset dt)
Get a time-shifted instance.FieldAbsoluteDate<T>
FieldAbsoluteDate. shiftedBy(TimeOffset dt)
Get a time-shifted date.default T
TimeShiftable. shiftedBy(TimeOffset dt)
Get a time-shifted instance.TimeOffset
TimeOffset. 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 AbsolutePVCoordinates
AbsolutePVCoordinates. shiftedBy(TimeOffset dt)
Get a time-shifted state.TimeStampedAngularCoordinates
TimeStampedAngularCoordinates. shiftedBy(TimeOffset dt)
Get a time-shifted state.TimeStampedPVCoordinates
TimeStampedPVCoordinates. shiftedBy(TimeOffset dt)
Get a time-shifted state.
-