Uses of Interface
org.orekit.time.clocks.ClockModel
-
Packages that use ClockModel Package Description org.orekit.files.rinex.observation This package provides classes related to RINEX observation files.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.time.clocks 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 ClockModel Modifier and Type Method Description voidRinexObservationWriter. setReceiverClockModel(ClockModel receiverClockModel)Set receiver clock model. -
Uses of ClockModel in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return ClockModel Modifier and Type Method Description ClockModelSP3Segment. extractClockModel()Extract the clock model. -
Uses of ClockModel in org.orekit.time
Constructors in org.orekit.time with parameters of type ClockModel Constructor Description ClockTimeScale(String name, TimeScale reference, ClockModel clockModel)Simple constructor. -
Uses of ClockModel in org.orekit.time.clocks
Classes in org.orekit.time.clocks that implement ClockModel Modifier and Type Class Description classAbstractCombinedClocksPairClock model combining two underlying models.classAggregatedClockModelOffset clock model aggregating several other clock models.classClocksDifferenceClock model computing the difference of two underlying models.classClocksSumClock model computing the sum of two underlying models.classConstantClockModelClock model for a clock with constant offset.classPerfectClockModelClock model for perfect clock with constant zero offset.classQuadraticClockModelQuadratic clock model.classSampledClockModelOffset clock model backed up by a sample.Methods in org.orekit.time.clocks that return types with arguments of type ClockModel Modifier and Type Method Description TimeSpanMap<ClockModel>AggregatedClockModel. getModels()Get the underlying models.Constructors in org.orekit.time.clocks with parameters of type ClockModel Constructor Description AbstractCombinedClocksPair(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 ClockModel Constructor Description AggregatedClockModel(TimeSpanMap<ClockModel> models)Simple constructor.
-