类的使用
net.sf.marineapi.nmea.util.Waypoint
使用Waypoint的程序包
程序包
说明
NMEA 0183 sentence interfaces for supported sentences.
NMEA 0183 sentence utilities for handling the data extracted from sentences.
-
net.sf.marineapi.nmea.sentence中Waypoint的使用
修饰符和类型方法说明RMBSentence.getDestination()Get the destination waypoint.WPLSentence.getWaypoint()Get the destination waypoint.参数类型为Waypoint的net.sf.marineapi.nmea.sentence中的方法修饰符和类型方法说明voidRMBSentence.setDestination(Waypoint dest) Set the destination waypoint.voidWPLSentence.setWaypoint(Waypoint wp) Set the destination waypoint. -
net.sf.marineapi.nmea.util中Waypoint的使用
修饰符和类型方法说明Position.toWaypoint(String id) Convenience method for creating a waypoint based in the Position.