Uses of Class
org.orekit.propagation.analytical.gnss.data.GLONASSNavigationMessage
-
Packages that use GLONASSNavigationMessage Package Description org.orekit.gnss.metric.messages.rtcm.ephemeris This package provides all supported RTCM ephemerismessages
.org.orekit.gnss.navigation This package provides classes related to RINEX navigation files. -
-
Uses of GLONASSNavigationMessage in org.orekit.gnss.metric.messages.rtcm.ephemeris
Methods in org.orekit.gnss.metric.messages.rtcm.ephemeris that return GLONASSNavigationMessage Modifier and Type Method Description GLONASSNavigationMessage
Rtcm1020Data. getGlonassNavigationMessage()
Get the Glonass navigation message corresponding to the current RTCM data.GLONASSNavigationMessage
Rtcm1020Data. getGlonassNavigationMessage(TimeScales timeScales)
Get the Glonass navigation message corresponding to the current RTCM data.Methods in org.orekit.gnss.metric.messages.rtcm.ephemeris with parameters of type GLONASSNavigationMessage Modifier and Type Method Description void
Rtcm1020Data. setGlonassNavigationMessage(GLONASSNavigationMessage glonassNavigationMessage)
Set the Glonass navigation message. -
Uses of GLONASSNavigationMessage in org.orekit.gnss.navigation
Methods in org.orekit.gnss.navigation that return types with arguments of type GLONASSNavigationMessage Modifier and Type Method Description Map<String,List<GLONASSNavigationMessage>>
RinexNavigation. getGlonassNavigationMessages()
Get all the Glonass navigation messages contained in the file.List<GLONASSNavigationMessage>
RinexNavigation. getGlonassNavigationMessages(String satId)
Get the Glonass navigation messages for the given satellite Id.Methods in org.orekit.gnss.navigation with parameters of type GLONASSNavigationMessage Modifier and Type Method Description void
RinexNavigation. addGlonassNavigationMessage(GLONASSNavigationMessage message)
Add a Glonass navigation message to the list.
-