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