接口 DepthSentence
- 所有超级接口:
Sentence
- 所有已知子接口:
DBTSentence,DPTSentence
Interface for sentences containing the depth of water.
- 作者:
- Kimmo Tuukkanen
-
字段概要
从接口继承的字段 net.sf.marineapi.nmea.sentence.Sentence
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR -
方法概要
从接口继承的方法 net.sf.marineapi.nmea.sentence.Sentence
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
-
方法详细资料
-
getDepth
double getDepth()Get depth of water, in meters.- 返回:
- Depth value
-
setDepth
void setDepth(double depth) Set depth of water, in meters.- 参数:
depth- Depth value
-