Uses of Class
org.orekit.time.clocks.ClockOffset
Packages that use ClockOffset
-
Uses of ClockOffset in org.orekit.time.clocks
Methods in org.orekit.time.clocks that return ClockOffsetModifier and TypeMethodDescriptionClockOffset.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) AbstractCombinedClocksPair.getOffset(AbsoluteDate date) Get the clock offset at date.AggregatedClockModel.getOffset(AbsoluteDate date) Get the clock offset at date.ClockModel.getOffset(AbsoluteDate date) Get the clock offset at date.ConstantClockModel.getOffset(AbsoluteDate date) Get the clock offset at date.QuadraticClockModel.getOffset(AbsoluteDate date) Get the clock offset at date.SampledClockModel.getOffset(AbsoluteDate date) Get the clock offset at date.protected ClockOffsetClockOffsetHermiteInterpolator.interpolate(AbstractTimeInterpolator<ClockOffset>.InterpolationData interpolationData) Interpolate instance from given interpolation data.ClockOffset.subtract(ClockOffset other) Subtract another offset from the instance.Methods in org.orekit.time.clocks that return types with arguments of type ClockOffsetMethods in org.orekit.time.clocks with parameters of type ClockOffsetModifier and TypeMethodDescriptionClockOffset.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) ClockOffset.subtract(ClockOffset other) Subtract another offset from the instance.Constructor parameters in org.orekit.time.clocks with type arguments of type ClockOffsetModifierConstructorDescriptionSampledClockModel(List<ClockOffset> sample, int nbInterpolationPoints) Simple constructor.