Uses of Interface
org.orekit.time.ClockModel
-
Packages that use ClockModel Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.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. -
-
Uses of ClockModel in org.orekit.estimation.measurements
Classes in org.orekit.estimation.measurements that implement ClockModel Modifier and Type Class Description class
QuadraticClockModel
Quadratic clock model. -
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 void
RinexObservationWriter. 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 ClockModel
SP3Segment. extractClockModel()
Extract the clock model. -
Uses of ClockModel in org.orekit.time
Classes in org.orekit.time that implement ClockModel Modifier and Type Class Description class
AggregatedClockModel
Offset clock model aggregating several other clock models.class
PerfectClockModel
Clock model for perfect clock with constant zero offset.class
SampledClockModel
Offset clock model backed up by a sample.Methods in org.orekit.time 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 with parameters of type ClockModel Constructor Description ClockTimeScale(String name, TimeScale reference, ClockModel clockModel)
Simple constructor.Constructor parameters in org.orekit.time with type arguments of type ClockModel Constructor Description AggregatedClockModel(TimeSpanMap<ClockModel> models)
Simple constructor.
-