Uses of Class
org.orekit.propagation.analytical.gnss.data.BeidouNavigationMessage
-
Packages that use BeidouNavigationMessage 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 BeidouNavigationMessage in org.orekit.gnss.metric.messages.rtcm.ephemeris
Methods in org.orekit.gnss.metric.messages.rtcm.ephemeris that return BeidouNavigationMessage Modifier and Type Method Description BeidouNavigationMessage
Rtcm1042Data. getBeidouNavigationMessage()
Get the Beidou navigation message corresponding to the current RTCM data.BeidouNavigationMessage
Rtcm1042Data. getBeidouNavigationMessage(TimeScales timeScales)
Get the Beidou navigation message corresponding to the current RTCM data.Methods in org.orekit.gnss.metric.messages.rtcm.ephemeris with parameters of type BeidouNavigationMessage Modifier and Type Method Description void
Rtcm1042Data. setBeidouNavigationMessage(BeidouNavigationMessage beidouNavigationMessage)
Set the Beidou navigation message. -
Uses of BeidouNavigationMessage in org.orekit.gnss.navigation
Methods in org.orekit.gnss.navigation that return types with arguments of type BeidouNavigationMessage Modifier and Type Method Description Map<String,List<BeidouNavigationMessage>>
RinexNavigation. getBeidouNavigationMessages()
Get all the Beidou navigation messages contained in the file.List<BeidouNavigationMessage>
RinexNavigation. getBeidouNavigationMessages(String satId)
Get the Beidou navigation messages for the given satellite Id.Methods in org.orekit.gnss.navigation with parameters of type BeidouNavigationMessage Modifier and Type Method Description void
RinexNavigation. addBeidouNavigationMessage(BeidouNavigationMessage message)
Add a Beidou navigation message to the list.
-