Uses of Interface
org.orekit.time.clocks.ClockModel
Packages that use ClockModel
Package
Description
This package provides classes related to RINEX observation files.
This package provides a parser for orbit data stored in SP3 format.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
This package provides classes to handle clocks.
-
Uses of ClockModel in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation with parameters of type ClockModelModifier and TypeMethodDescriptionvoidRinexObservationWriter.setReceiverClockModel(ClockModel receiverClockModel) Set receiver clock model. -
Uses of ClockModel in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return ClockModel -
Uses of ClockModel in org.orekit.time
Constructors in org.orekit.time with parameters of type ClockModelModifierConstructorDescriptionClockTimeScale(String name, TimeScale reference, ClockModel clockModel) Simple constructor. -
Uses of ClockModel in org.orekit.time.clocks
Classes in org.orekit.time.clocks that implement ClockModelModifier and TypeClassDescriptionclassClock model combining two underlying models.classOffset clock model aggregating several other clock models.classClock model computing the difference of two underlying models.classClock model computing the sum of two underlying models.classClock model for a clock with constant offset.classClock model for perfect clock with constant zero offset.classQuadratic clock model.classOffset clock model backed up by a sample.Methods in org.orekit.time.clocks that return types with arguments of type ClockModelConstructors in org.orekit.time.clocks with parameters of type ClockModelModifierConstructorDescriptionprotectedAbstractCombinedClocksPair(ClockModel clock1, ClockModel clock2) Simple constructor.ClocksDifference(ClockModel clock1, ClockModel clock2) Simple constructor.ClocksSum(ClockModel clock1, ClockModel clock2) Simple constructor.Constructor parameters in org.orekit.time.clocks with type arguments of type ClockModelModifierConstructorDescriptionAggregatedClockModel(TimeSpanMap<ClockModel> models) Simple constructor.