dk.tbsalling.aismessages.messages
Class PositionReportClassAAssignedSchedule

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

public class PositionReportClassAAssignedSchedule
extends PositionReport

See Also:
Serialized Form

Constructor Summary
PositionReportClassAAssignedSchedule(AISMessageType messageType, Integer repeatIndicator, MMSI mmsi, 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 PositionReportClassAAssignedSchedule 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

PositionReportClassAAssignedSchedule

public PositionReportClassAAssignedSchedule(AISMessageType messageType,
                                            Integer repeatIndicator,
                                            MMSI mmsi,
                                            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 PositionReportClassAAssignedSchedule fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.