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.RinexClock
RinexClockParser. parse(DataSource source)
Parse an IGS clock file from aDataSource
.static RinexClock
RinexClock. 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 RinexClock
RinexClock. splice(Collection<RinexClock> clocks, double maxGap)
Splice several Rinex clock files together.
-