Uses of Class
org.openstreetmap.josm.io.nmea.Sentence
-
Packages that use Sentence Package Description org.openstreetmap.josm.io.nmea Provides the classes for reading NMEA-0183 files. -
-
Uses of Sentence in org.openstreetmap.josm.io.nmea
Methods in org.openstreetmap.josm.io.nmea that return Sentence Modifier and Type Method Description static Sentence
Sentence. valueOf(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.Methods in org.openstreetmap.josm.io.nmea with parameters of type Sentence Modifier and Type Method Description (package private) static boolean
NmeaReader. isSentence(String address, Sentence formatter)
Determines if the given address denotes the given NMEA sentence formatter of a known talker.
-