枚举的使用
net.sf.marineapi.nmea.util.FaaMode
使用FaaMode的程序包
程序包
说明
NMEA 0183 sentence interfaces for supported sentences.
NMEA 0183 sentence utilities for handling the data extracted from sentences.
Provider events and listeners.
-
net.sf.marineapi.nmea.sentence中FaaMode的使用
修饰符和类型方法说明GLLSentence.getMode()Get the FAA operating mode for GPS.GSASentence.getMode()Get the FAA operation mode of GPS.RMCSentence.getMode()Get the FAA operating mode for GPS.VTGSentence.getMode()Get the FAA operating mode of GPS receiver.XTESentence.getMode()Returns the FAA mode.参数类型为FaaMode的net.sf.marineapi.nmea.sentence中的方法修饰符和类型方法说明voidSet the FAA operation mode of GPS.voidSet the FAA operation mode of GPS.voidSet the FAA operation mode of GPS.voidSet the FAA operating mode of GPS receiver.voidSets the FAA mode. -
net.sf.marineapi.nmea.util中FaaMode的使用
-
net.sf.marineapi.provider.event中FaaMode的使用
修饰符和类型方法说明SatelliteInfoEvent.getGpsMode()Returns the GPS mode of operation as reported in GSA sentence.PositionEvent.getMode()Returns the current FAA operating mode of GPS receiver.参数类型为FaaMode的net.sf.marineapi.provider.event中的构造器限定符构造器说明PositionEvent(Object source, Position pos, double sog, Double cog, Date date, Time time, FaaMode mode, GpsFixQuality fq) Creates a new instance of PositionEvent.