接口的使用
net.sf.marineapi.nmea.sentence.Sentence
使用Sentence的程序包
程序包
说明
NMEA 0183 events and listeners.
NMEA 0183 sentence parsers.
NMEA 0183 sentence interfaces for supported sentences.
Higher-level APIs that provide data updates for selected measurements.
u-blox (P)UBX message parser implementations.
-
net.sf.marineapi.nmea.event中Sentence的使用
类型参数类型为Sentence的net.sf.marineapi.nmea.event中的类修饰符和类型类说明classAbstractSentenceListener<T extends Sentence>Abstract listener for NMEA-0183 sentences.参数类型为Sentence的net.sf.marineapi.nmea.event中的构造器 -
net.sf.marineapi.nmea.parser中Sentence的使用
修饰符和类型类说明classAbstract base class for sentence parsers that handle geographic position or waypoint data and parse NMEA 0183 lat/lon values.classBase class for all NMEA 0183 sentence parsers.修饰符和类型方法说明SentenceFactory.createParser(String nmea) Creates a parser for specified NMEA 0183 sentence String.SentenceFactory.createParser(TalkerId talker, String type) Creates a parser for specified talker and sentence type.SentenceFactory.createParser(TalkerId talker, SentenceId type) Creates a parser for specified talker and sentence type. -
net.sf.marineapi.nmea.sentence中Sentence的使用
修饰符和类型接口说明interfaceBase interface for all AIS sentences (Automatic Identification System).interfaceAutopilot sentence "type B", cross-track error, bearings and heading towards destination waypoint.interfaceTrue and magnetic bearing from origin to destination in degrees.interfaceMulti-layer current data sentence is transmitted by navigation central like the NKE ones.interfaceSentences that contains date information.interfaceWater depth below transducer, in meters, feet and fathoms.interfaceInterface for sentences containing the depth of water.interfaceDepth of water, measured in meters.interfaceBoreal GasFinder data.interfaceBoreal GasFinder data.interfaceDatum reference.interfaceGNSS satellite fault detection (RAIM support).interfaceGlobal Positioning System fix data.interfaceCurrent geographic position and time.interfaceGNSS capable receivers will always output this message with theGNtalker ID.interfacePrecision of GPS fix and list of active satellites.interfaceGPS Pseudorange Noise Statistics.interfaceDetailed GPS satellite data; satellites in view, satellite elevation, azimuth and signal noise ratio (SNR).interfaceVessel heading with magnetic deviation and variation.interfaceVessel heading in degrees, relative to magnetic north.interfaceVessel heading in degrees, relative to true north.interfaceInterface for sentences that provide vessel's true or magnetic heading.interfaceHeading/Track control systems data and commands.interfaceHeading/Track control systems data and commands.interfaceMeteorological Composite - Barometric pressure, air and water temperature, humidity, dew point and wind speed and direction relative to the surface of the earth.interfaceRelative and absolute humidity with dew point.interfaceBarometer - Barometric pressure in bars and inches of mercury.interfaceAir temperature in degrees Celsius.interfaceWater temperature in degrees Celsius.interfaceWind speed and true/magnetic direction, speed given in meters per second and knots.interfaceWind speed and angle.interfaceCommon interface for sentences that contain geographic position.interfaceRecommended minimum navigation information.interfaceRecommended minimum navigation information type C.interfaceVessel's rate of turn given in degrees per minute.interfaceRevolutions, measured from shaft or engine.interfaceRudder angle, measured in degrees.interfaceGPS route data and list of waypoints.interfaceRaymarine/Autohelm SeaTalk sentence.interfaceInterface for sentences that provide UTC time.interfaceTarget label data in pairs of target IDs and target labels.interfaceSent by the Radar (ARPA / MARPA) and handled by the AIS Decoder in the same way as an AIS target example ($RATLL,01,3731.51052,N,02436.00000,E,TEST1,161617.88,T,*0CinterfaceTracked Target Message.interfaceText message sentence.interfaceBase interface (Outer layer) for all UBXSentences.interfaceVBW Dual Ground/Water Speed Longitudinal, Transverse and Stern Ground/Water Speed with Status.interfaceSet and drift, true/magnetic direction and speed of current.interfaceWater speed and heading in respect to true and magnetic north.interfaceDistance traveled through water, cumulative and trip.interfaceCourse and speed over the ground.interfaceRelative Wind Speed and Angle.interfaceTrue Wind Speed and Angle.interfaceDestination waypoint location and ID.interfaceTransducer measurements.interfaceMeasured cross-track error when navigating towards waypoint.interfaceUTC time and date with local time zone offset. -
net.sf.marineapi.provider中Sentence的使用
返回变量类型为Sentence的类型的net.sf.marineapi.provider中的方法 -
net.sf.marineapi.ublox.parser中Sentence的使用
修饰符和类型类说明classThis is the base class for all UBX message parser implementations and contains common logic.