Uses of Class
org.orekit.time.clocks.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.clocks This package provides classes to handle clocks. -
-
Uses of FieldClockOffset in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return FieldClockOffset Modifier and Type Method Description FieldClockOffset<Gradient>CommonParametersWithDerivatives. getLocalOffset()Get local clock offset.FieldClockOffset<Gradient>CommonParametersWithDerivatives. getRemoteOffset()Get remote clock offset.Constructors in org.orekit.estimation.measurements with parameters of type FieldClockOffset Constructor Description CommonParametersWithDerivatives(SpacecraftState state, Map<String,Integer> indices, Gradient tauD, FieldClockOffset<Gradient> localOffset, FieldClockOffset<Gradient> remoteOffset, SpacecraftState transitState, TimeStampedFieldPVCoordinates<Gradient> transitPV, TimeStampedFieldPVCoordinates<Gradient> remotePV)Simple constructor. -
Uses of FieldClockOffset in org.orekit.time.clocks
Methods in org.orekit.time.clocks that return FieldClockOffset Modifier and Type Method Description FieldClockOffset<T>FieldClockOffset. 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.FieldClockOffset<T>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.InterpolationData interpolationData)Interpolate instance from given interpolation data.FieldClockOffset<T>FieldClockOffset. subtract(FieldClockOffset<T> other)Subtract another offset from the instance.Methods in org.orekit.time.clocks with parameters of type FieldClockOffset Modifier and Type Method Description FieldClockOffset<T>FieldClockOffset. 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<T>FieldClockOffset. subtract(FieldClockOffset<T> other)Subtract another offset from the instance.
-