public class Rtcm1019Data extends RtcmEphemerisData
Container for RTCM 1019 data.
Since:
11.0
Author:
Bryan Cazabonne
  • Constructor Details

    • Rtcm1019Data

      public Rtcm1019Data(int satelliteId, AccuracyProvider accuracyProvider, GPSLegacyNavigationMessageFactory factory)
      Constructor.
      Parameters:
      satelliteId - satellite ID
      accuracyProvider - accuracy provider
      factory - factory for GPS navigation message
      Since:
      14.0
  • Method Details

    • getGpsNavigationMessage

      public GPSLegacyNavigationMessage getGpsNavigationMessage()
      Get the GPS navigation message corresponding to the current RTCM data.

      This object can be used to initialize a GNSSPropagator

      Returns:
      the GPS navigation message