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
.org.orekit.propagation.analytical.gnss.data This package provides classes related to navigation data containing in GNSS almanacs and navigation messages. -
-
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. -
Uses of BeidouLegacyNavigationMessage in org.orekit.propagation.analytical.gnss.data
Methods in org.orekit.propagation.analytical.gnss.data with type parameters of type BeidouLegacyNavigationMessage Modifier and Type Method Description <U extends CalculusFieldElement<U>,G extends FieldGnssOrbitalElements<U,BeidouLegacyNavigationMessage>>
GFieldBeidouLegacyNavigationMessage. changeField(Function<T,U> converter)
Create another field version of the instance.<T extends CalculusFieldElement<T>,F extends FieldGnssOrbitalElements<T,BeidouLegacyNavigationMessage>>
FBeidouLegacyNavigationMessage. toField(Field<T> field)
Create a field version of the instance.Methods in org.orekit.propagation.analytical.gnss.data that return BeidouLegacyNavigationMessage Modifier and Type Method Description BeidouLegacyNavigationMessage
FieldBeidouLegacyNavigationMessage. toNonField()
Create a non-field version of the instance.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type BeidouLegacyNavigationMessage Constructor Description FieldBeidouLegacyNavigationMessage(Field<T> field, BeidouLegacyNavigationMessage original)
Constructor from non-field instance.
-