Uses of Class
org.orekit.time.FieldClockOffset
-
Packages that use FieldClockOffset 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 FieldClockOffset in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return FieldClockOffset Modifier and Type Method Description <T extends CalculusFieldElement<T>>
FieldClockOffset<T>QuadraticClockModel. getOffset(FieldAbsoluteDate<T> date)
Get the clock offset at date.FieldClockOffset<T>
QuadraticFieldClockModel. getOffset(FieldAbsoluteDate<T> date)
Get the clock offset at date. -
Uses of FieldClockOffset in org.orekit.time
Methods in org.orekit.time that return FieldClockOffset Modifier and Type Method Description <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>PerfectClockModel. 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.InterpolationData interpolationData)
Interpolate instance from given interpolation data.
-