| Package | Description |
|---|---|
| org.openstreetmap.josm.io.nmea |
Provides the classes for reading NMEA-0183 files.
|
| Modifier and Type | Method and Description |
|---|---|
static Sentence |
Sentence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sentence[] |
Sentence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static boolean |
NmeaReader.isSentence(java.lang.String address,
Sentence formatter)
Determines if the given address denotes the given NMEA sentence formatter of a known talker.
|