接口 GLLSentence

所有超级接口:
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

作者:
Kimmo Tuukkanen
  • 方法详细资料

    • getStatus

      DataStatus getStatus()
      Get the data quality status, valid or invalid.
      返回:
      DataStatus.ACTIVE or DataStatus.VOID
      抛出:
      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.
      参数:
      status - DataStatus to set
      抛出:
      DataNotAvailableException - If the data is not available.
      ParseException - If the field contains unexpected or illegal value.
    • getMode

      FaaMode getMode()
      Get the FAA operating mode for GPS. Notice that this field is available in NMEA v3.0 and later.
      返回:
      FaaMode enum
      抛出:
      DataNotAvailableException - If the data is not available.
      ParseException - If the field contains unexpected or illegal value.
    • setMode

      void setMode(FaaMode mode)
      Set the FAA operation mode of GPS. Notice that this field is available in NMEA v3.0 and later. Thus, the number of sentence fields may be adjusted when setting this value.
      参数:
      mode - FaaMode enum to set