public interface AISPositionReportB
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.
|
boolean |
getPositionAccuracy()
Returns the position accuracy.
|
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 getSpeedOverGround()
int getCourseOverGround()
int getTrueHeading()
int getTimeStamp()
boolean getPositionAccuracy()
double getLongitudeInDegrees()
double getLatitudeInDegrees()
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.