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 RinexClockRinexClockParser. parse(BufferedReader reader, String fileName)Parse an IGS clock file from a stream.RinexClockRinexClockParser. parse(InputStream stream)Parse an IGS clock file from an input stream using the UTF-8 charset.RinexClockRinexClockParser. parse(String fileName)Parse an IGS clock file from a file on the local file system.RinexClockRinexClockParser. parse(DataSource source)Parse an IGS clock file from aDataSource.static RinexClockRinexClock. splice(Collection<RinexClock> clocks, double maxGap)Splice several Rinex clock files together.Method parameters in org.orekit.files.rinex.clock with type arguments of type RinexClock Modifier and Type Method Description static RinexClockRinexClock. splice(Collection<RinexClock> clocks, double maxGap)Splice several Rinex clock files together.
-