public class StandardSARAircraftPositionReport extends AISMessage
VERSION| Modifier | Constructor and Description |
|---|---|
|
StandardSARAircraftPositionReport(NMEAMessage[] nmeaMessages) |
protected |
StandardSARAircraftPositionReport(NMEAMessage[] nmeaMessages,
String bitString) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAISMessage() |
Integer |
getAltitude() |
Boolean |
getAssigned() |
Float |
getCourseOverGround() |
Boolean |
getDataTerminalReady() |
Float |
getLatitude() |
Float |
getLongitude() |
AISMessageType |
getMessageType() |
Boolean |
getPositionAccurate() |
String |
getRadioStatus() |
Boolean |
getRaimFlag() |
String |
getRegionalReserved() |
Integer |
getSecond() |
Integer |
getSpeed() |
String |
toString() |
create, decodePayloadToBitString, getBits, getBitString, getMetadata, getNmeaMessages, getNumberOfBits, getRepeatIndicator, getSourceMmsi, isValid, setMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDecodedValue, getDecodedValueByWeakReferencepublic StandardSARAircraftPositionReport(NMEAMessage[] nmeaMessages)
protected StandardSARAircraftPositionReport(NMEAMessage[] nmeaMessages, String bitString)
protected void checkAISMessage()
checkAISMessage in class AISMessagepublic AISMessageType getMessageType()
getMessageType in class AISMessagepublic Integer getAltitude()
public Integer getSpeed()
public Boolean getPositionAccurate()
public Float getLongitude()
public Float getLatitude()
public Float getCourseOverGround()
public Integer getSecond()
public String getRegionalReserved()
public Boolean getDataTerminalReady()
public Boolean getAssigned()
public Boolean getRaimFlag()
public String getRadioStatus()
public String toString()
toString in class AISMessageCopyright © 2015 Thomas Borg Salling. All rights reserved.