net.sf.marineapi.nmea.sentence
Interface GLLSentence
- All Superinterfaces:
- PositionSentence, Sentence, TimeSentence
public interface GLLSentence
- extends PositionSentence, TimeSentence
Current geographic position and time.
Example:
$GPGLL,6011.552,N,02501.941,E,120045,A*26
- Author:
- Kimmo Tuukkanen
Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence |
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString |
getStatus
DataStatus getStatus()
- Get the data quality status, valid or invalid.
- Returns:
DataStatus.ACTIVE
or DataStatus.VOID
- Throws:
DataNotAvailableException
- If the data is
not available.
ParseException
- If the field contains
unexpected or illegal value.
setStatus
void setStatus(DataStatus status)
- Set the data quality status, valid or invalid.
- Parameters:
status
- DataStatus to set
- Throws:
DataNotAvailableException
- If the data is
not available.
ParseException
- If the field contains
unexpected or illegal value.
Copyright (C) 2010-2014 Java Marine API authors. All Rights Reserved.