|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GLLSentence
Current geographic position and time.
Example:
$GPGLL,6011.552,N,02501.941,E,120045,A*26
| Field Summary |
|---|
| Fields inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
|---|
ADDRESS_FIELD, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR |
| Fields inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
|---|
ADDRESS_FIELD, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR |
| Method Summary | |
|---|---|
DataStatus |
getStatus()
Get the data quality status, valid or invalid. |
void |
setStatus(DataStatus status)
Set the data quality status, valid or invalid. |
| Methods inherited from interface net.sf.marineapi.nmea.sentence.PositionSentence |
|---|
getPosition, setPosition |
| Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
|---|
getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, setTalkerId, toSentence, toString |
| Methods inherited from interface net.sf.marineapi.nmea.sentence.TimeSentence |
|---|
getTime, setTime |
| Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
|---|
getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, setTalkerId, toSentence, toString |
| Method Detail |
|---|
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 set
DataNotAvailableException - If the data is not available.
ParseException - If the field contains unexpected or illegal value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||