枚举的使用
net.sf.marineapi.nmea.util.Direction
使用Direction的程序包
程序包
说明
NMEA 0183 sentence interfaces for supported sentences.
NMEA 0183 sentence utilities for handling the data extracted from sentences.
-
net.sf.marineapi.nmea.sentence中Direction的使用
修饰符和类型方法说明VWRSentence.getDirectionLeftRight()Get the Wind direction Left/Right of bowVWTSentence.getDirectionLeftRight()Get the Wind angle Left/Right of bowHTCSentence.getRudderDirection()Returns the commanded rudder direction.APBSentence.getSteerTo()Returns the direction in which to steer in order to get back on route.RMBSentence.getSteerTo()Get the direction to steer to correct error (left/right).XTESentence.getSteerTo()Returns the direction in which to steer in order to get back on route.参数类型为Direction的net.sf.marineapi.nmea.sentence中的方法修饰符和类型方法说明voidVWRSentence.setDirectionLeftRight(Direction direction) Set the Wind direction Left/Right of bowvoidVWTSentence.setDirectionLeftRight(Direction direction) Set the Wind angle Left/Right of bowvoidAPBSentence.setSteerTo(Direction direction) Set direction in which to steer in order to get back on route.voidRMBSentence.setSteerTo(Direction steerTo) Set the direction to steer to correct error (left/right).voidXTESentence.setSteerTo(Direction direction) Set direction in which to steer in order to get back on route. -
net.sf.marineapi.nmea.util中Direction的使用