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(DataSource source)Parse an IGS clock file from aDataSource.static RinexClockRinexClock. splice(Collection<RinexClock> clocks, double maxGap)Splice several Rinex clock files together.Methods in org.orekit.files.rinex.clock with parameters of type RinexClock Modifier and Type Method Description voidRinexClockWriter. writeCompleteFile(RinexClock rinexClock)Write a complete clock file.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.
-