Uses of Package
org.openstreetmap.josm.io.nmea
-
Packages that use org.openstreetmap.josm.io.nmea Package Description org.openstreetmap.josm.gui.io.importexport Provides GUI classes for handling file import/export operations.org.openstreetmap.josm.io.nmea Provides the classes for reading NMEA-0183 files. -
Classes in org.openstreetmap.josm.io.nmea used by org.openstreetmap.josm.gui.io.importexport Class Description NmeaReader Reads a NMEA 0183 file. -
Classes in org.openstreetmap.josm.io.nmea used by org.openstreetmap.josm.io.nmea Class Description NmeaReader.GGA Global Positioning System Fix Data.NmeaReader.GLL Geographic Position - Latitude/Longitude.NmeaReader.GSA GNSS DOP and Active Satellites.NmeaReader.NMEAParserState NmeaReader.RMC Recommended Minimum Specific GNSS Data.NmeaReader.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.