Uses of Class
org.orekit.files.rinex.navigation.TimeSystemCorrection
-
Packages that use TimeSystemCorrection Package Description org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files. -
-
Uses of TimeSystemCorrection in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return types with arguments of type TimeSystemCorrection Modifier and Type Method Description List<TimeSystemCorrection>
RinexNavigationHeader. getTimeSystemCorrections()
Getter for the time system corrections contained in the file header.Methods in org.orekit.files.rinex.navigation with parameters of type TimeSystemCorrection Modifier and Type Method Description void
RinexNavigationHeader. addTimeSystemCorrections(TimeSystemCorrection timeSystemCorrection)
Add a time system correction to the list.
-