public interface DPTSentence extends DepthSentence
Depth of water, measured in meters. Includes offset to transducer, positive values for distance from transducer to water line and negative values for distance from transducer to keel. The maximum value is included since NMEA v3.0 and may thus be missing.
Example:$SDDPT,2.4,,*7F
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR
Modifier and Type | Method and Description |
---|---|
double |
getMaximum()
Get maximum depth value the sounder can detect.
|
double |
getOffset()
Get offset to transducer.
|
void |
setMaximum(double max)
Set maximum depth value the sounder can detect.
|
void |
setOffset(double offset)
Set offset to transducer.
|
getDepth, setDepth
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
double getOffset()
void setOffset(double offset)
offset
- Offset in metersdouble getMaximum()
void setMaximum(double max)
max
- Maximum depth, in meters.Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.