Uses of Class
org.orekit.files.rinex.clock.RinexClock.ReferenceClock
-
Packages that use RinexClock.ReferenceClock Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files. -
-
Uses of RinexClock.ReferenceClock in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return types with arguments of type RinexClock.ReferenceClock Modifier and Type Method Description TimeSpanMap<List<RinexClock.ReferenceClock>>
RinexClock. getReferenceClocks()
Getter for the reference clocks.Method parameters in org.orekit.files.rinex.clock with type arguments of type RinexClock.ReferenceClock Modifier and Type Method Description void
RinexClock. addReferenceClockList(List<RinexClock.ReferenceClock> referenceClockList, AbsoluteDate startDate)
Add a list of reference clocks which will be used after a specified date.
-