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

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

Uses of NavigationStatus in dk.tbsalling.aismessages.messages
 

Methods in dk.tbsalling.aismessages.messages that return NavigationStatus
 NavigationStatus PositionReport.getNavigationStatus()
           
 

Constructors in dk.tbsalling.aismessages.messages with parameters of type NavigationStatus
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 NavigationStatus in dk.tbsalling.aismessages.messages.types
 

Methods in dk.tbsalling.aismessages.messages.types that return NavigationStatus
static NavigationStatus NavigationStatus.fromInteger(Integer integer)
           
static NavigationStatus NavigationStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NavigationStatus[] NavigationStatus.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.