Uses of Class
org.orekit.time.clocks.FieldClockOffset
Packages that use FieldClockOffset
-
Uses of FieldClockOffset in org.orekit.time.clocks
Methods in org.orekit.time.clocks that return FieldClockOffsetModifier and TypeMethodDescriptionFieldClockOffset.add(FieldClockOffset<T> other) Add another offset to the instance.protected abstract FieldClockOffset<T> AbstractCombinedFieldClocksPair.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected FieldClockOffset<T> FieldClocksDifference.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected FieldClockOffset<T> FieldClocksSum.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.AbstractCombinedFieldClocksPair.getOffset(FieldAbsoluteDate<T> date) The field clock offset at a given time.AggregatedFieldClockModel.getOffset(FieldAbsoluteDate<T> date) The field clock offset at a given time.ConstantFieldClockModel.getOffset(FieldAbsoluteDate<T> date) The field clock offset at a given time.FieldClockModel.getOffset(FieldAbsoluteDate<T> date) The field clock offset at a given time.PolynomialFieldClockModel.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.SampledFieldClockModel.getOffset(FieldAbsoluteDate<T> date) The field clock offset at a given time.protected FieldClockOffset<T> FieldClockOffsetHermiteInterpolator.interpolate(AbstractFieldTimeInterpolator<FieldClockOffset<T>, T>.InterpolationData interpolationData) Interpolate instance from given interpolation data.FieldClockOffset.negate()Negate instance.FieldClockOffset.subtract(FieldClockOffset<T> other) Subtract another offset from the instance.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> ClockOffset.toField(DoubleFunction<T> converter) Get a field version of the instance.Methods in org.orekit.time.clocks that return types with arguments of type FieldClockOffsetMethods in org.orekit.time.clocks with parameters of type FieldClockOffsetModifier and TypeMethodDescriptionFieldClockOffset.add(FieldClockOffset<T> other) Add another offset to the instance.protected abstract FieldClockOffset<T> AbstractCombinedFieldClocksPair.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected FieldClockOffset<T> FieldClocksDifference.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected FieldClockOffset<T> FieldClocksSum.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.FieldClockOffset.subtract(FieldClockOffset<T> other) Subtract another offset from the instance.Constructor parameters in org.orekit.time.clocks with type arguments of type FieldClockOffsetModifierConstructorDescriptionSampledFieldClockModel(List<FieldClockOffset<T>> sample, int nbInterpolationPoints) Simple constructor.