Uses of Class
org.orekit.files.rinex.clock.RinexClock.ClockDataLine
-
Packages that use RinexClock.ClockDataLine Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files. -
-
Uses of RinexClock.ClockDataLine in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return types with arguments of type RinexClock.ClockDataLine Modifier and Type Method Description Map<String,List<RinexClock.ClockDataLine>>
RinexClock. getClockData()
Getter for an unmodifiable map of clock data.Methods in org.orekit.files.rinex.clock with parameters of type RinexClock.ClockDataLine Modifier and Type Method Description void
RinexClock. addClockData(String id, RinexClock.ClockDataLine clockDataLine)
Add a clock data line to a specified receiver/satellite.
-