dk.tbsalling.aismessages.messages
Class PositionReportClassAResponseToInterrogation

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

public class PositionReportClassAResponseToInterrogation
extends PositionReport

See Also:
Serialized Form

Constructor Summary
PositionReportClassAResponseToInterrogation(AISMessageType messageType, Integer repeatIndicator, MMSI sourceMmsi, NavigationStatus navigationStatus, Integer rateOfTurn, Float speedOverGround, Boolean positionAccurate, Float latitude, Float longitude, Float courseOverGround, Integer trueHeading, Integer second, ManeuverIndicator maneuverIndicator, Boolean raimFlag)
           
 
Method Summary
static PositionReportClassAResponseToInterrogation fromEncodedMessage(EncodedAISMessage encodedMessage)
           
 
Methods inherited from class dk.tbsalling.aismessages.messages.PositionReport
equals, getCourseOverGround, getLatitude, getLongitude, getManeuverIndicator, getNavigationStatus, getPositionAccurate, getRaimFlag, getRateOfTurn, getSecond, getSpeedOverGround, getTrueHeading, hashCode, toString
 
Methods inherited from class dk.tbsalling.aismessages.messages.DecodedAISMessage
getMessageType, getMetadata, getRepeatIndicator, getSourceMmsi, setMetadata
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PositionReportClassAResponseToInterrogation

public PositionReportClassAResponseToInterrogation(AISMessageType messageType,
                                                   Integer repeatIndicator,
                                                   MMSI sourceMmsi,
                                                   NavigationStatus navigationStatus,
                                                   Integer rateOfTurn,
                                                   Float speedOverGround,
                                                   Boolean positionAccurate,
                                                   Float latitude,
                                                   Float longitude,
                                                   Float courseOverGround,
                                                   Integer trueHeading,
                                                   Integer second,
                                                   ManeuverIndicator maneuverIndicator,
                                                   Boolean raimFlag)
Method Detail

fromEncodedMessage

public static PositionReportClassAResponseToInterrogation fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.