Uses of Class
org.orekit.propagation.analytical.gnss.data.BeidouLegacyNavigationMessage
Packages that use BeidouLegacyNavigationMessage
Package
Description
This package provides classes related to RINEX navigation files.
This package provides parsers for the ephemeris navigation messages.
This package provides writers for the ephemeris messages.
This package provides all supported RTCM ephemeris
messages.This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
-
Uses of BeidouLegacyNavigationMessage in org.orekit.gnss.metric.messages.rtcm.ephemeris
Methods in org.orekit.gnss.metric.messages.rtcm.ephemeris that return BeidouLegacyNavigationMessageModifier and TypeMethodDescriptionRtcm1042Data.getBeidouNavigationMessage()Get the Beidou navigation message corresponding to the current RTCM data.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 BeidouLegacyNavigationMessageModifier and TypeMethodDescriptionvoidRtcm1042Data.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 BeidouLegacyNavigationMessageModifier and TypeMethodDescription<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>>
FCreate a field version of the instance.Methods in org.orekit.propagation.analytical.gnss.data that return BeidouLegacyNavigationMessageModifier and TypeMethodDescriptionFieldBeidouLegacyNavigationMessage.toNonField()Create a non-field version of the instance.Constructors in org.orekit.propagation.analytical.gnss.data with parameters of type BeidouLegacyNavigationMessageModifierConstructorDescriptionFieldBeidouLegacyNavigationMessage(Field<T> field, BeidouLegacyNavigationMessage original) Constructor from non-field instance.