接口的使用
net.sf.marineapi.nmea.event.SentenceListener
使用SentenceListener的程序包
程序包
说明
AIS message events and listeners.
Examples applications illustrating the usage of the Java Marine API
NMEA 0183 events and listeners.
NMEA 0183 input/output.
Higher-level APIs that provide data updates for selected measurements.
UBX message events and listeners.
-
net.sf.marineapi.ais.event中SentenceListener的使用
修饰符和类型类说明classAbstractAISMessageListener<T extends AISMessage>Abstract listener for AIS messages. -
net.sf.marineapi.example中SentenceListener的使用
修饰符和类型类说明classSimple example application that takes a filename as command-line argument and prints position from VDM sentences.classSimple example application that takes a filename as command-line argument and prints Position from received GGA sentences.classclassclassclassSerial port example using GNU/RXTX libraries (see readme.txt).classExample application demonstrating the usage of AbstractSentenceListener. -
net.sf.marineapi.nmea.event中SentenceListener的使用
修饰符和类型类说明classAbstractSentenceListener<T extends Sentence>Abstract listener for NMEA-0183 sentences. -
net.sf.marineapi.nmea.io中SentenceListener的使用
参数类型为SentenceListener的net.sf.marineapi.nmea.io中的方法修饰符和类型方法说明voidSentenceReader.addSentenceListener(SentenceListener listener) Adds aSentenceListenerto receive all incoming sentences.voidSentenceReader.addSentenceListener(SentenceListener sl, String type) Adds aSentenceListenerto receive sentences of specified type.voidSentenceReader.addSentenceListener(SentenceListener sl, SentenceId type) Adds aSentenceListenerto receive sentences of specified type.voidSentenceReader.removeSentenceListener(SentenceListener listener) Removes the specified sentence listener regardless of sentence type(s) it was added for.voidSentenceReader.removeSentenceListener(SentenceListener listener, String type) Removes the sentence listener for specified sentence type.voidSentenceReader.removeSentenceListener(SentenceListener listener, SentenceId sid) Removes the sentence listener for specified sentence type. -
net.sf.marineapi.provider中SentenceListener的使用
修饰符和类型类说明classAbstractProvider<T extends ProviderEvent>Abstract base class for providers.classHeading provider reports the vessel's current heading.classProvides Time, Position and Velocity reports from GPS.classSatelliteInfoProvider collects GPS satellite information from sequence of GSV sentences and reports all the information in a single event. -
net.sf.marineapi.ublox.event中SentenceListener的使用
修饰符和类型类说明classAbstractUBXMessageListener<T extends UBXMessage>Abstract listener for UBX messages.