|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DPTSentence
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
Field Summary |
---|
Fields inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
---|
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR |
Method Summary | |
---|---|
int |
getMaximum()
Get maximum depth value the sounder can detect. |
double |
getOffset()
Get offset to transducer. |
void |
setMaximum(int max)
Set maximum depth value the sounder can detect. |
void |
setOffset(double offset)
Set offset to transducer. |
Methods inherited from interface net.sf.marineapi.nmea.sentence.DepthSentence |
---|
getDepth, setDepth |
Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
---|
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString |
Method Detail |
---|
double getOffset()
void setOffset(double offset)
offset
- Offset in metersint getMaximum()
void setMaximum(int max)
max
- Maximum depth, in meters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |