Uses of Class
org.orekit.time.clocks.ClockOffset
-
Packages that use ClockOffset Package Description org.orekit.time.clocks This package provides classes to handle clocks. -
-
Uses of ClockOffset in org.orekit.time.clocks
Methods in org.orekit.time.clocks that return ClockOffset Modifier and Type Method Description ClockOffsetClockOffset. add(ClockOffset other)Add another offset to the instance.protected abstract ClockOffsetAbstractCombinedClocksPair. combine(ClockOffset offset1, ClockOffset offset2)Combine two offsets.protected ClockOffsetClocksDifference. combine(ClockOffset offset1, ClockOffset offset2)protected ClockOffsetClocksSum. combine(ClockOffset offset1, ClockOffset offset2)ClockOffsetAbstractCombinedClocksPair. getOffset(AbsoluteDate date)Get the clock offset at date.ClockOffsetAggregatedClockModel. getOffset(AbsoluteDate date)Get the clock offset at date.ClockOffsetClockModel. getOffset(AbsoluteDate date)Get the clock offset at date.ClockOffsetConstantClockModel. getOffset(AbsoluteDate date)Get the clock offset at date.ClockOffsetQuadraticClockModel. 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.ClockOffsetClockOffset. subtract(ClockOffset other)Subtract another offset from the instance.Methods in org.orekit.time.clocks that return types with arguments of type ClockOffset Modifier and Type Method Description ImmutableTimeStampedCache<ClockOffset>SampledClockModel. getCache()Get the clock offsets cache.Methods in org.orekit.time.clocks with parameters of type ClockOffset Modifier and Type Method Description ClockOffsetClockOffset. add(ClockOffset other)Add another offset to the instance.protected abstract ClockOffsetAbstractCombinedClocksPair. combine(ClockOffset offset1, ClockOffset offset2)Combine two offsets.protected ClockOffsetClocksDifference. combine(ClockOffset offset1, ClockOffset offset2)protected ClockOffsetClocksSum. combine(ClockOffset offset1, ClockOffset offset2)ClockOffsetClockOffset. subtract(ClockOffset other)Subtract another offset from the instance.Constructor parameters in org.orekit.time.clocks with type arguments of type ClockOffset Constructor Description SampledClockModel(List<ClockOffset> sample, int nbInterpolationPoints)Simple constructor.
-