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

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

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

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



JOSM