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 <T extends CalculusFieldElement<T>>
FieldClockOffset<T> AbstractCombinedClocksPair.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected <T extends CalculusFieldElement<T>>
FieldClockOffset<T> ClocksDifference.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected <T extends CalculusFieldElement<T>>
FieldClockOffset<T> ClocksSum.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> AbstractCombinedClocksPair.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> AggregatedClockModel.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> ClockModel.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> ConstantClockModel.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> QuadraticClockModel.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.QuadraticFieldClockModel.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.<T extends CalculusFieldElement<T>>
FieldClockOffset<T> SampledClockModel.getOffset(FieldAbsoluteDate<T> date) Get the clock offset at date.protected FieldClockOffset<T> FieldClockOffsetHermiteInterpolator.interpolate(AbstractFieldTimeInterpolator<FieldClockOffset<T>, T>.InterpolationData interpolationData) Interpolate instance from given interpolation data.FieldClockOffset.subtract(FieldClockOffset<T> other) Subtract another offset from the instance.Methods in org.orekit.time.clocks with parameters of type FieldClockOffsetModifier and TypeMethodDescriptionFieldClockOffset.add(FieldClockOffset<T> other) Add another offset to the instance.protected abstract <T extends CalculusFieldElement<T>>
FieldClockOffset<T> AbstractCombinedClocksPair.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected <T extends CalculusFieldElement<T>>
FieldClockOffset<T> ClocksDifference.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.protected <T extends CalculusFieldElement<T>>
FieldClockOffset<T> ClocksSum.combine(FieldClockOffset<T> offset1, FieldClockOffset<T> offset2) Combine two offsets.FieldClockOffset.subtract(FieldClockOffset<T> other) Subtract another offset from the instance.