接口 AISMessage27
Implementation of https://www.navcen.uscg.gov/?pageName=AISMessage27
- 作者:
- Krzysztof Borowski
-
方法概要
修饰符和类型方法说明intReturns Position Latency.booleanReturns the RAIM flag.从接口继承的方法 net.sf.marineapi.ais.message.AISMessage
getMessageType, getMMSI, getRepeatIndicator从接口继承的方法 net.sf.marineapi.ais.message.AISPositionInfo
getLatitudeInDegrees, getLongitudeInDegrees, hasLatitude, hasLongitude, isAccurate从接口继承的方法 net.sf.marineapi.ais.message.AISPositionReport
getManouverIndicator, getNavigationalStatus, getRateOfTurn, hasRateOfTurn从接口继承的方法 net.sf.marineapi.ais.message.AISPositionReportB
getCourseOverGround, getSpeedOverGround, getTimeStamp, getTrueHeading, hasCourseOverGround, hasSpeedOverGround, hasTimeStamp, hasTrueHeading
-
方法详细资料
-
getRAIMFlag
boolean getRAIMFlag()Returns the RAIM flag.- 返回:
trueif RAIM in use, otherwisefalse.
-
getPositionLatency
int getPositionLatency()Returns Position Latency.- 返回:
- 0 = Reported position latency is less than 5 seconds; 1 = Reported position latency is greater than 5 seconds = default
-