Uses of Class
org.orekit.time.SampledClockModel
-
Packages that use SampledClockModel Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files. -
-
Uses of SampledClockModel in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return SampledClockModel Modifier and Type Method Description SampledClockModel
RinexClock. extractClockModel(String name, int nbInterpolationPoints)
Extract the clock model. -
Uses of SampledClockModel in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return SampledClockModel Modifier and Type Method Description SampledClockModel
RinexObservation. extractClockModel(int nbInterpolationPoints)
Extract the receiver clock model.
-