Class RtcmCorrectionMessage<H extends RtcmCorrectionHeader,​D extends RtcmCorrectionData>

    • Constructor Detail

      • RtcmCorrectionMessage

        public RtcmCorrectionMessage​(int typeCode,
                                     SatelliteSystem system,
                                     H header,
                                     List<D> data)
        Constructor.
        Parameters:
        system - satellite system associated to the message
        typeCode - message number
        header - message header
        data - message data
    • Method Detail

      • getHeader

        public H getHeader()
        Get the header.
        Returns:
        header
      • getSatelliteSystem

        public SatelliteSystem getSatelliteSystem()
        Get the satellite system associated to the message.
        Returns:
        the satellite system
      • getDataMap

        public Map<String,​List<D>> getDataMap()
        Get the all data parsed in the RTCM correction message.

        Key: satellite identifier (e.g. "G01")

        Returns:
        the all data for the parsed message