Uses of Class
org.orekit.time.ClockOffset
-
Packages that use ClockOffset Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of ClockOffset in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return ClockOffset Modifier and Type Method Description ClockOffset
QuadraticClockModel. getOffset(AbsoluteDate date)
Get the clock offset at date. -
Uses of ClockOffset in org.orekit.time
Methods in org.orekit.time that return ClockOffset Modifier and Type Method Description ClockOffset
AggregatedClockModel. getOffset(AbsoluteDate date)
Get the clock offset at date.ClockOffset
ClockModel. getOffset(AbsoluteDate date)
Get the clock offset at date.ClockOffset
PerfectClockModel. getOffset(AbsoluteDate date)
Get the clock offset at date.ClockOffset
SampledClockModel. getOffset(AbsoluteDate date)
Get the clock offset at date.protected ClockOffset
ClockOffsetHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.Methods in org.orekit.time that return types with arguments of type ClockOffset Modifier and Type Method Description ImmutableTimeStampedCache<ClockOffset>
SampledClockModel. getCache()
Get the clock offsets cache.Constructor parameters in org.orekit.time with type arguments of type ClockOffset Constructor Description SampledClockModel(List<ClockOffset> sample, int nbInterpolationPoints)
Simple constructor.
-