枚举的使用
net.sf.marineapi.nmea.util.DataStatus
使用DataStatus的程序包
程序包
说明
NMEA 0183 sentence interfaces for supported sentences.
NMEA 0183 sentence utilities for handling the data extracted from sentences.
-
net.sf.marineapi.nmea.sentence中DataStatus的使用
修饰符和类型方法说明RMBSentence.getArrivalStatus()Get the arrival to waypoint status.APBSentence.getCycleLockStatus()Returns the Loran-C cycle lock status, not used for GPS.XTESentence.getCycleLockStatus()Returns the Loran-C cycle lock status, not used for GPS.VBWSentence.getGroundSpeedStatus()Returns the Ground Speed Status.OSDSentence.getHeadingStatus()Get the status of heading dataHTDSentence.getOffHeadingStatus()Returns the off-heading status.HTDSentence.getOffTrackStatus()Returns the off-track status.HTCSentence.getOverride()Returns the override status.HTDSentence.getRudderStatus()Returns the rudder status.APBSentence.getStatus()Returns the signal/fix status, LORAN-C Blink or SNR warning.GLLSentence.getStatus()Get the data quality status, valid or invalid.MWVSentence.getStatus()Get data validity status.RMBSentence.getStatus()Get the sentence data status, valid or invalid.RMCSentence.getStatus()Gets the data status, valid or invalid.ROTSentence.getStatus()Returns the data status (valid/invalid).RPMSentence.getStatus()Returns the data validity status.Returns the data status (valid/invalid) for specified side.XTESentence.getStatus()Returns the signal/fix status.VBWSentence.getSternGroundSpeedStatus()Returns the Stern Ground Speed Status.VBWSentence.getSternWaterSpeedStatus()Returns the Stern Water Speed Status.VBWSentence.getWaterSpeedStatus()Returns the Water Speed Status.参数类型为DataStatus的net.sf.marineapi.nmea.sentence中的方法修饰符和类型方法说明voidRMBSentence.setArrivalStatus(DataStatus status) Set the arrival to waypoint status.voidAPBSentence.setCycleLockStatus(DataStatus status) Sets the Loran-C cycle lock status.voidXTESentence.setCycleLockStatus(DataStatus status) Sets the Loran-C cycle lock status.voidVBWSentence.setGroundSpeedStatus(DataStatus status) Sets Ground Speed Status.voidOSDSentence.setHeadingStatus(DataStatus status) Set the heading data statusvoidAPBSentence.setStatus(DataStatus status) Sets the signal/fix status, LORAN-C Blink or SNR warning.voidGLLSentence.setStatus(DataStatus status) Set the data quality status, valid or invalid.voidMWVSentence.setStatus(DataStatus status) Set data validity status.voidRMBSentence.setStatus(DataStatus status) Set status of sentence data, valid or invalid.voidRMCSentence.setStatus(DataStatus status) Set the data status, valid or invalid.voidROTSentence.setStatus(DataStatus status) Sets the data status.voidRPMSentence.setStatus(DataStatus status) Sets the data validity status.voidRSASentence.setStatus(Side side, DataStatus status) Set data status for specified side.voidXTESentence.setStatus(DataStatus status) Sets the signal/fix status.voidVBWSentence.setSternGroundSpeedStatus(DataStatus status) Sets Stern Ground Speed Status.voidVBWSentence.setSternWaterSpeedStatus(DataStatus status) Sets Stern Water Speed Status.voidVBWSentence.setWaterSpeedStatus(DataStatus status) Sets Water Speed Status. -
net.sf.marineapi.nmea.util中DataStatus的使用
修饰符和类型方法说明static DataStatusDataStatus.valueOf(char ch) Returns the DataStatus enum for status char used in sentences.static DataStatus返回带有指定名称的该类型的枚举常量。static DataStatus[]DataStatus.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。