Uses of Class
org.orekit.files.rinex.navigation.EarthOrientationParameterMessage
-
Packages that use EarthOrientationParameterMessage Package Description org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files. -
-
Uses of EarthOrientationParameterMessage in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return types with arguments of type EarthOrientationParameterMessage Modifier and Type Method Description List<EarthOrientationParameterMessage>
RinexNavigation. getEarthOrientationParameters()
Get the Earth orientation parameters.Methods in org.orekit.files.rinex.navigation with parameters of type EarthOrientationParameterMessage Modifier and Type Method Description void
RinexNavigation. addEarthOrientationParameter(EarthOrientationParameterMessage eop)
Add an Earth orientation parameter.
-