public interface AISPositionReport
Modifier and Type | Method and Description |
---|---|
int |
getCourseOverGround()
Returns the course over ground.
|
double |
getLatitudeInDegrees()
Returns the latitude in degrees.
|
double |
getLongitudeInDegrees()
Returns the longitude in degrees.
|
int |
getManouverIndicator()
Returns the manouver indicator.
|
int |
getNavigationalStatus()
Returns the navigational status.
|
boolean |
getPositionAccuracy()
Returns the position accuracy.
|
int |
getRateOfTurn()
Returns the rate of turn.
|
int |
getSpeedOverGround()
Returns the speed over ground.
|
int |
getTimeStamp()
Returns the time stamp contained in the message.
|
int |
getTrueHeading()
Returns the true heading.
|
getMessageType, getMMSI, getRepeatIndicator
int getNavigationalStatus()
int getRateOfTurn()
int getSpeedOverGround()
int getCourseOverGround()
int getTrueHeading()
int getTimeStamp()
int getManouverIndicator()
boolean getPositionAccuracy()
double getLongitudeInDegrees()
double getLatitudeInDegrees()
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.