Uses of Class
org.openstreetmap.josm.io.NmeaReader.GPGGA

Packages that use NmeaReader.GPGGA
org.openstreetmap.josm.io   
 

Uses of NmeaReader.GPGGA in org.openstreetmap.josm.io
 

Methods in org.openstreetmap.josm.io that return NmeaReader.GPGGA
static NmeaReader.GPGGA NmeaReader.GPGGA.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NmeaReader.GPGGA[] NmeaReader.GPGGA.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



JOSM