Uses of Class
org.orekit.propagation.analytical.gnss.data.BeidouLegacyNavigationMessage
-
Packages that use BeidouLegacyNavigationMessage Package Description org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files.org.orekit.gnss.metric.messages.rtcm.ephemeris This package provides all supported RTCM ephemerismessages
. -
-
Uses of BeidouLegacyNavigationMessage in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return types with arguments of type BeidouLegacyNavigationMessage Modifier and Type Method Description Map<String,List<BeidouLegacyNavigationMessage>>
RinexNavigation. getBeidouLegacyNavigationMessages()
Get all the Beidou navigation messages contained in the file.List<BeidouLegacyNavigationMessage>
RinexNavigation. getBeidouLegacyNavigationMessages(String satId)
Get the Beidou navigation messages for the given satellite Id.Methods in org.orekit.files.rinex.navigation with parameters of type BeidouLegacyNavigationMessage Modifier and Type Method Description void
RinexNavigation. addBeidouLegacyNavigationMessage(BeidouLegacyNavigationMessage message)
Add a Beidou navigation message to the list. -
Uses of BeidouLegacyNavigationMessage in org.orekit.gnss.metric.messages.rtcm.ephemeris
Methods in org.orekit.gnss.metric.messages.rtcm.ephemeris that return BeidouLegacyNavigationMessage Modifier and Type Method Description BeidouLegacyNavigationMessage
Rtcm1042Data. getBeidouNavigationMessage()
Get the Beidou navigation message corresponding to the current RTCM data.BeidouLegacyNavigationMessage
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 BeidouLegacyNavigationMessage Modifier and Type Method Description void
Rtcm1042Data. setBeidouNavigationMessage(BeidouLegacyNavigationMessage beidouNavigationMessage)
Set the Beidou navigation message.
-