Uses of Class
org.orekit.files.rinex.clock.ClockDataLine
Packages that use ClockDataLine
Package
Description
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 ClockDataLineModifier and TypeMethodDescriptionRinexClock.getClockData()Getter for an unmodifiable map of clock data.Methods in org.orekit.files.rinex.clock with parameters of type ClockDataLineModifier and TypeMethodDescriptionvoidRinexClock.addClockData(String id, ClockDataLine clockDataLine) Add a clock data line to a specified receiver/satellite.voidRinexClockWriter.writeClockDataLine(ClockDataLine clockDataLine) Write a clock data line.