Uses of Class
org.orekit.files.rinex.clock.RinexClock
-
Packages that use RinexClock Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files. -
-
Uses of RinexClock in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return RinexClock Modifier and Type Method Description RinexClock
RinexClockParser. parse(BufferedReader reader, String fileName)
Parse an IGS clock file from a stream.RinexClock
RinexClockParser. parse(InputStream stream)
Parse an IGS clock file from an input stream using the UTF-8 charset.RinexClock
RinexClockParser. parse(String fileName)
Parse an IGS clock file from a file on the local file system.
-