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