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 ClockOffsetQuadraticClockModel. 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 ClockOffsetAggregatedClockModel. getOffset(AbsoluteDate date)Get the clock offset at date.ClockOffsetClockModel. getOffset(AbsoluteDate date)Get the clock offset at date.ClockOffsetPerfectClockModel. getOffset(AbsoluteDate date)Get the clock offset at date.ClockOffsetSampledClockModel. getOffset(AbsoluteDate date)Get the clock offset at date.protected ClockOffsetClockOffsetHermiteInterpolator. 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.
-