Package org.openstreetmap.josm.io.nmea
Provides the classes for reading NMEA-0183 files.
See NMEA Revealed.
- Since:
- 12421
-
Class Summary Class Description NmeaParser Parses NMEA 0183 data.NmeaReader Reads a NMEA 0183 file. -
Enum Summary Enum Description NmeaParser.GGA Global Positioning System Fix Data.NmeaParser.GLL Geographic Position - Latitude/Longitude.NmeaParser.GSA GNSS DOP and Active Satellites.NmeaParser.GST GST - GNSS Pseudorange Noise StatisticsNmeaParser.RMC Recommended Minimum Specific GNSS Data.NmeaParser.VTG Course Over Ground and Ground Speed.Sentence An NMEA sentence consists of a start delimiter, followed by a comma-separated sequence of fields, followed by the character * (ASCII 42), the checksum and an end-of-line marker.TalkerId Talker identifiers mnemonics are the first two characters at the beginning of each sentence.