dk.tbsalling.aismessages.messages
Class GNSSBinaryBroadcastMessage

java.lang.Object
  extended by dk.tbsalling.aismessages.messages.DecodedAISMessage
      extended by dk.tbsalling.aismessages.messages.GNSSBinaryBroadcastMessage
All Implemented Interfaces:
Serializable

public class GNSSBinaryBroadcastMessage
extends DecodedAISMessage

used to broadcast differential corrections for GPS. The data in the payload is intended to be passed directly to GPS receivers capable of accepting such corrections.

Author:
tbsalling
See Also:
Serialized Form

Constructor Summary
GNSSBinaryBroadcastMessage(Integer repeatIndicator, MMSI sourceMmsi, Float latitude, Float longitude, String binaryData)
           
 
Method Summary
static GNSSBinaryBroadcastMessage fromEncodedMessage(EncodedAISMessage encodedMessage)
           
 String getBinaryData()
           
 Float getLatitude()
           
 Float getLongitude()
           
 
Methods inherited from class dk.tbsalling.aismessages.messages.DecodedAISMessage
equals, getMessageType, getMetadata, getRepeatIndicator, getSourceMmsi, hashCode, setMetadata, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GNSSBinaryBroadcastMessage

public GNSSBinaryBroadcastMessage(Integer repeatIndicator,
                                  MMSI sourceMmsi,
                                  Float latitude,
                                  Float longitude,
                                  String binaryData)
Method Detail

getLatitude

public final Float getLatitude()

getLongitude

public final Float getLongitude()

getBinaryData

public final String getBinaryData()

fromEncodedMessage

public static GNSSBinaryBroadcastMessage fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.