接口 WPLSentence

所有超级接口:
Sentence

public interface WPLSentence extends Sentence
Destination waypoint location and ID. This sentence is transmitted by some GPS models in GOTO mode.

Example:
$GPWPL,5536.200,N,01436.500,E,RUSKI*1F

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

    • getWaypoint

      Waypoint getWaypoint()
      Get the destination waypoint.
      返回:
      Waypoint
      抛出:
      DataNotAvailableException - If any of the waypoint related data is not available.
      ParseException - If any of the waypoint related fields contain unexpected or illegal value.
    • setWaypoint

      void setWaypoint(Waypoint wp)
      Set the destination waypoint.
      参数:
      wp - Waypoint to set