public class BaseStationReport extends AISMessage
VERSION| Modifier | Constructor and Description |
|---|---|
|
BaseStationReport(NMEAMessage[] nmeaMessages) |
protected |
BaseStationReport(NMEAMessage[] nmeaMessages,
String bitString) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAISMessage() |
SOTDMACommunicationState |
getCommunicationState() |
Integer |
getDay() |
Integer |
getHour() |
Float |
getLatitude() |
Float |
getLongitude() |
AISMessageType |
getMessageType() |
Integer |
getMinute() |
Integer |
getMonth() |
Boolean |
getPositionAccurate() |
PositionFixingDevice |
getPositionFixingDevice() |
Boolean |
getRaimFlag() |
Integer |
getSecond() |
Integer |
getYear() |
String |
toString() |
create, create, dataFields, decodePayloadToBitString, digest, equals, getBits, getBitString, getMetadata, getNmeaMessages, getNumberOfBits, getRepeatIndicator, getSourceMmsi, getZeroBitStuffedString, hashCode, isValid, setMetadataclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDecodedValue, getDecodedValueByWeakReferencepublic BaseStationReport(NMEAMessage[] nmeaMessages)
protected BaseStationReport(NMEAMessage[] nmeaMessages, String bitString)
protected void checkAISMessage()
checkAISMessage in class AISMessagepublic final AISMessageType getMessageType()
getMessageType in class AISMessagepublic Integer getYear()
public Integer getMonth()
public Integer getDay()
public Integer getHour()
public Integer getMinute()
public Integer getSecond()
public Boolean getPositionAccurate()
public Float getLatitude()
public Float getLongitude()
public PositionFixingDevice getPositionFixingDevice()
public Boolean getRaimFlag()
public SOTDMACommunicationState getCommunicationState()
public String toString()
toString in class AISMessageCopyright © 2016 Thomas Borg Salling. All rights reserved.