Uses of Class
dk.tbsalling.aismessages.messages.types.ManeuverIndicator

Packages that use ManeuverIndicator
dk.tbsalling.aismessages.messages   
dk.tbsalling.aismessages.messages.types   
 

Uses of ManeuverIndicator in dk.tbsalling.aismessages.messages
 

Methods in dk.tbsalling.aismessages.messages that return ManeuverIndicator
 ManeuverIndicator PositionReport.getManeuverIndicator()
           
 

Constructors in dk.tbsalling.aismessages.messages with parameters of type ManeuverIndicator
PositionReport(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)
           
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)
           
PositionReportClassAScheduled(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)
           
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)
           
 

Uses of ManeuverIndicator in dk.tbsalling.aismessages.messages.types
 

Methods in dk.tbsalling.aismessages.messages.types that return ManeuverIndicator
static ManeuverIndicator ManeuverIndicator.fromInteger(Integer integer)
           
static ManeuverIndicator ManeuverIndicator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ManeuverIndicator[] ManeuverIndicator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Thomas Borg Salling. All Rights Reserved.