public interface GLLSentence extends PositionSentence, TimeSentence
Example:
$GPGLL,6011.552,N,02501.941,E,120045,A*26
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR
Modifier and Type | Method and Description |
---|---|
DataStatus |
getStatus()
Get the data quality status, valid or invalid.
|
void |
setStatus(DataStatus status)
Set the data quality status, valid or invalid.
|
getPosition, setPosition
getTime, setTime
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
DataStatus getStatus()
DataStatus.ACTIVE
or DataStatus.VOID
DataNotAvailableException
- If the data is
not available.ParseException
- If the field contains
unexpected or illegal value.void setStatus(DataStatus status)
status
- DataStatus to setDataNotAvailableException
- If the data is
not available.ParseException
- If the field contains
unexpected or illegal value.Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.