Uses of Class
org.openstreetmap.josm.io.GpxReader.State
-
Packages that use GpxReader.State Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of GpxReader.State in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as GpxReader.State Modifier and Type Field Description private GpxReader.State
GpxReader.Parser. currentState
Fields in org.openstreetmap.josm.io with type parameters of type GpxReader.State Modifier and Type Field Description private Stack<GpxReader.State>
GpxReader.Parser. states
Methods in org.openstreetmap.josm.io that return GpxReader.State Modifier and Type Method Description static GpxReader.State
GpxReader.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static GpxReader.State[]
GpxReader.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-