public interface AISMessage09
Modifier and Type | Method and Description |
---|---|
int |
getAltitude()
Returns the Altitude of the aircraft
Altitude is in meters.
|
boolean |
getAssignedModeFlag()
Returns the Assigned-mode flag
|
int |
getCourseOverGround()
Returns the course over ground.
|
boolean |
getDTEFlag()
Returns the DTE
|
double |
getLatitudeInDegrees()
Returns the latitude in degrees.
|
double |
getLongitudeInDegrees()
Returns the longitude in degrees.
|
boolean |
getPositionAccuracy()
Returns the position accuracy.
|
int |
getRadioStatus()
Returns the Radio status
|
boolean |
getRAIMFlag()
Returns the RAIM flag
|
int |
getSpeedOverGround()
Returns the speed over ground.
|
int |
getTimeStamp()
Returns the UTC second.
|
getMessageType, getMMSI, getRepeatIndicator
int getAltitude()
int getSpeedOverGround()
int getCourseOverGround()
int getTimeStamp()
boolean getDTEFlag()
boolean getAssignedModeFlag()
boolean getRAIMFlag()
int getRadioStatus()
boolean getPositionAccuracy()
double getLongitudeInDegrees()
double getLatitudeInDegrees()
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.