Uses of Interface
org.orekit.time.clocks.FieldClockModel
Packages that use FieldClockModel
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides methods to handle GNSS measurements.
This package provides classes to handle clocks.
-
Uses of FieldClockModel in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return FieldClockModelModifier and TypeMethodDescriptiondefault FieldClockModel<Gradient> MeasurementParticipant.getFieldClockModel(int freeParameters, Map<String, Integer> indices) Get Gradient clock model. -
Uses of FieldClockModel in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return FieldClockModelModifier and TypeMethodDescriptionprotected FieldClockModel<Gradient> AbstractInterSatellitesMeasurement.getRemoteClock(int freeParameters, Map<String, Integer> indices) Get emitting satellite clock provider. -
Uses of FieldClockModel in org.orekit.time.clocks
Classes in org.orekit.time.clocks that implement FieldClockModelModifier and TypeClassDescriptionclassAbstractCombinedFieldClocksPair<T extends CalculusFieldElement<T>>Clock model combining two underlying models.classAggregatedFieldClockModel<T extends CalculusFieldElement<T>>Offset clock model aggregating several other clock models.classConstantFieldClockModel<T extends CalculusFieldElement<T>>Field Clock model for a clock with constant offset.classFieldClocksDifference<T extends CalculusFieldElement<T>>Clock model computing the difference of two underlying models.classFieldClocksSum<T extends CalculusFieldElement<T>>Clock model computing the sum of two underlying models.classPerfectFieldClockModel<T extends CalculusFieldElement<T>>Clock model for perfect clock with constant zero offset.classPolynomialFieldClockModel<T extends CalculusFieldElement<T>>Field Polynomial clock model.classSampledFieldClockModel<T extends CalculusFieldElement<T>>Offset clock model backed up by a sample.Methods in org.orekit.time.clocks that return FieldClockModelModifier and TypeMethodDescriptionAbstractCombinedFieldClocksPair.getClock1()Get the first underlying clock.AbstractCombinedFieldClocksPair.getClock2()Get the second underlying clock.<T extends CalculusFieldElement<T>>
FieldClockModel<T> ClockModel.toField(DoubleFunction<T> converter) Convert to field model.ClockModel.toGradient(int freeParameters, Map<String, Integer> indices) Convert to gradient model.Methods in org.orekit.time.clocks that return types with arguments of type FieldClockModelModifier and TypeMethodDescriptionAggregatedFieldClockModel.getModels()Get the underlying models.Constructors in org.orekit.time.clocks with parameters of type FieldClockModelModifierConstructorDescriptionprotectedAbstractCombinedFieldClocksPair(FieldClockModel<T> clock1, FieldClockModel<T> clock2) Simple constructor.FieldClocksDifference(FieldClockModel<T> clock1, FieldClockModel<T> clock2) Simple constructor.FieldClocksSum(FieldClockModel<T> clock1, FieldClockModel<T> clock2) Simple constructor.Constructor parameters in org.orekit.time.clocks with type arguments of type FieldClockModelModifierConstructorDescriptionAggregatedFieldClockModel(TimeSpanMap<FieldClockModel<T>> models) Simple constructor.