Uses of Class
org.openstreetmap.josm.data.Bounds.ParseMethod

Packages that use Bounds.ParseMethod
org.openstreetmap.josm.data   
 

Uses of Bounds.ParseMethod in org.openstreetmap.josm.data
 

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

Constructors in org.openstreetmap.josm.data with parameters of type Bounds.ParseMethod
Bounds(java.lang.String asString, java.lang.String separator, Bounds.ParseMethod parseMethod)
           
Bounds(java.lang.String asString, java.lang.String separator, Bounds.ParseMethod parseMethod, boolean roundToOsmPrecision)
           
 



JOSM