See: Description
| Interface | Description |
|---|---|
| AISSentence |
Base interface for all AIS sentences (Automatic Identification System).
|
| APBSentence |
Autopilot sentence "type B", cross-track error, bearings and heading towards
destination waypoint.
|
| BODSentence |
True and magnetic bearing from origin to destination in degrees.
|
| CURSentence |
Multi-layer current data sentence is transmitted by navigation central
like the NKE ones.
|
| DateSentence |
Sentences that contains date information.
|
| DBTSentence |
Water depth below transducer, in meters, feet and fathoms.
|
| DepthSentence |
Interface for sentences containing the depth of water.
|
| DPTSentence |
Depth of water, measured in meters.
|
| DTMSentence |
Datum reference.
|
| GGASentence |
Global Positioning System fix data.
|
| GLLSentence |
Current geographic position and time.
|
| GNSSentence |
GNSS capable receivers will always output this message with the
GN talker ID. |
| GSASentence |
Precision of GPS fix and list of active satellites.
|
| GSVSentence |
Detailed GPS satellite data; satellites in view, satellite elevation, azimuth
and signal noise ratio (SNR).
|
| HDGSentence |
Vessel heading with magnetic deviation and variation.
|
| HDMSentence |
Vessel heading in degrees, relative to magnetic north.
|
| HDTSentence |
Vessel heading in degrees, relative to true north.
|
| HeadingSentence |
Interface for sentences that provide vessel's true or magnetic heading.
|
| MDASentence |
Meteorological Composite - Barometric pressure, air and water temperature,
humidity, dew point and wind speed and direction relative to the surface of
the earth.
|
| MHUSentence |
Relative and absolute humidity with dew point.
|
| MMBSentence |
Barometer - Barometric pressure in bars and inches of mercury.
|
| MTASentence |
Air temperature in degrees Celsius.
|
| MTWSentence |
Water temperature in degrees Celsius.
|
| MWDSentence |
Wind speed and true/magnetic direction, speed given in meters per second and
knots.
|
| MWVSentence |
Wind speed and angle.
|
| PositionSentence |
Common interface for sentences that contain geographic position.
|
| RMBSentence |
Recommended minimum navigation information.
|
| RMCSentence |
Recommended minimum navigation information type C.
|
| ROTSentence |
Vessel's rate of turn given in degrees per minute.
|
| RPMSentence |
Revolutions, measured from shaft or engine.
|
| RSASentence |
Rudder angle, measured in degrees.
|
| RTESentence |
GPS route data and list of waypoints.
|
| Sentence |
Base interface and constants for NMEA 0183 sentences.
|
| TimeSentence |
Interface for sentences that provide UTC time.
|
| TTMSentence |
Tracked Target Message.
|
| VBWSentence |
VBW Dual Ground/Water Speed Longitudinal, Transverse and Stern Ground/Water
Speed with Status.
|
| VDRSentence |
Set and drift, true/magnetic direction and speed of current.
|
| VHWSentence |
Water speed and heading in respect to true and magnetic north.
|
| VLWSentence |
Distance traveled through water, cumulative and trip.
|
| VTGSentence |
Course and speed over the ground.
|
| VWRSentence |
Relative Wind Speed and Angle.
|
| VWTSentence |
True Wind Speed and Angle
True wind angle in relation to the vessel's heading and true wind speed referenced to the water.
|
| WPLSentence |
Destination waypoint location and ID.
|
| XDRSentence |
Transducer measurements.
|
| XTESentence |
Measured cross-track error when navigating towards waypoint.
|
| ZDASentence |
UTC time and date with local time zone offset.
|
| Class | Description |
|---|---|
| Checksum |
Provides Sentence checksum calculation and utilities.
|
| SentenceValidator |
SentenceValidator for detecting and validation of sentence Strings.
|
| Enum | Description |
|---|---|
| GNSSentence.Mode |
GNS operational modes, a mix of
FaaMode
and GpsFixQuality with some values omitted. |
| SentenceId |
Defines the supported NMEA 0831 sentence types.
|
| TalkerId |
The enumeration of Talker IDs, i.e. the first two characters in sentence's
address field.
|
Public interfaces for supported NMEA 0183 sentences. Each interface is
implemented by a concrete parser located in net.sf.marineapi.nmea.parser
package.
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.