接口 AISMessage09
- 所有超级接口:
AISMessage,AISPositionInfo
Standard SAR Aircraft Position Report
Tracking information for search-and-rescue aircraft.
Total number of bits is 168.
- 作者:
- Henri Laurent
-
方法概要
修饰符和类型方法说明intReturns the altitude of the aircraft.booleanReturns the Assigned-mode flagdoubleReturns the course over ground.booleanData terminal ready (0 = available 1 = not available = default)intReturns the Radio status.booleanReturns the RAIM flag.intReturns the speed over ground.intReturns the UTC second.从接口继承的方法 net.sf.marineapi.ais.message.AISMessage
getMessageType, getMMSI, getRepeatIndicator从接口继承的方法 net.sf.marineapi.ais.message.AISPositionInfo
getLatitudeInDegrees, getLongitudeInDegrees, hasLatitude, hasLongitude, isAccurate
-
方法详细资料
-
getAltitude
int getAltitude()Returns the altitude of the aircraft. The special value 4095 indicates altitude is not available; 4094 indicates 4094 meters or higher.- 返回:
- Altitude, in meters.
-
getSpeedOverGround
int getSpeedOverGround()Returns the speed over ground. Not deciknots as in the common navigation block; planes go faster. The special value 1023 indicates speed not available, 1022 indicates 1022 knots or higher.- 返回:
- Speed over ground, in knots.
-
getCourseOverGround
double getCourseOverGround()Returns the course over ground.- 返回:
- Course over ground, in degrees.
-
getTimeStamp
int getTimeStamp()Returns the UTC second.- 返回:
- An integer value representing the UTC second (0-59)
-
getDTEFlag
boolean getDTEFlag()Data terminal ready (0 = available 1 = not available = default)- 返回:
trueif available, otherwise false.
-
getAssignedModeFlag
boolean getAssignedModeFlag()Returns the Assigned-mode flag- 返回:
trueif assigned mode, otherwisefalse.
-
getRAIMFlag
boolean getRAIMFlag()Returns the RAIM flag.- 返回:
trueif RAIM in use, otherwisefalse.
-
getRadioStatus
int getRadioStatus()Returns the Radio status.- 返回:
- Radio status int
-