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