Uses of Class
org.orekit.propagation.analytical.gnss.data.IRNSSNavigationMessage
-
Packages that use IRNSSNavigationMessage Package Description org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files. -
-
Uses of IRNSSNavigationMessage in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return types with arguments of type IRNSSNavigationMessage Modifier and Type Method Description Map<String,List<IRNSSNavigationMessage>>
RinexNavigation. getIRNSSNavigationMessages()
Get all the IRNSS navigation messages contained in the file.List<IRNSSNavigationMessage>
RinexNavigation. getIRNSSNavigationMessages(String satId)
Get the IRNSS navigation messages for the given satellite Id.Methods in org.orekit.files.rinex.navigation with parameters of type IRNSSNavigationMessage Modifier and Type Method Description void
RinexNavigation. addIRNSSNavigationMessage(IRNSSNavigationMessage message)
Add a IRNSS navigation message to the list.
-