Module dk.tbsalling.ais.messages
Class PositionReportClassAResponseToInterrogation
java.lang.Object
dk.tbsalling.aismessages.ais.messages.AISMessage
dk.tbsalling.aismessages.ais.messages.PositionReport
dk.tbsalling.aismessages.ais.messages.PositionReportClassAResponseToInterrogation
- All Implemented Interfaces:
CachedDecodedValues,DataReport,DynamicDataReport,ExtendedDynamicDataReport,Serializable
public class PositionReportClassAResponseToInterrogation extends PositionReport
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description PositionReportClassAResponseToInterrogation(dk.tbsalling.aismessages.nmea.messages.NMEAMessage[] nmeaMessages)protectedPositionReportClassAResponseToInterrogation(dk.tbsalling.aismessages.nmea.messages.NMEAMessage[] nmeaMessages, String bitString) -
Method Summary
Modifier and Type Method Description AISMessageTypegetMessageType()StringtoString()Methods inherited from class dk.tbsalling.aismessages.ais.messages.PositionReport
checkAISMessage, getCommunicationState, getCourseOverGround, getLatitude, getLongitude, getNavigationStatus, getPositionAccuracy, getRaimFlag, getRateOfTurn, getRawCourseOverGround, getRawLatitude, getRawLongitude, getRawSpeedOverGround, getSecond, getSpecialManeuverIndicator, getSpeedOverGround, getTransponderClass, getTrueHeadingMethods inherited from class dk.tbsalling.aismessages.ais.messages.AISMessage
create, create, dataFields, decodePayloadToBitString, digest, equals, getBits, getBitString, getMetadata, getNmeaMessages, getNmeaTagBlock, getNumberOfBits, getRepeatIndicator, getSourceMmsi, getZeroBitStuffedString, hashCode, isValid, setMetadata, setTagBlock, tagBlockToStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface dk.tbsalling.aismessages.ais.messages.CachedDecodedValues
getDecodedValue, getDecodedValueByWeakReference
-
Constructor Details
-
PositionReportClassAResponseToInterrogation
public PositionReportClassAResponseToInterrogation(dk.tbsalling.aismessages.nmea.messages.NMEAMessage[] nmeaMessages) -
PositionReportClassAResponseToInterrogation
protected PositionReportClassAResponseToInterrogation(dk.tbsalling.aismessages.nmea.messages.NMEAMessage[] nmeaMessages, String bitString)
-
-
Method Details
-
toString
- Overrides:
toStringin classPositionReport
-
getMessageType
- Specified by:
getMessageTypein classAISMessage
-