Uses of Class
org.openstreetmap.josm.data.Bounds.ParseMethod
-
Packages that use Bounds.ParseMethod Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data. -
-
Uses of Bounds.ParseMethod in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data that return Bounds.ParseMethod Modifier and Type Method Description static Bounds.ParseMethod
Bounds.ParseMethod. valueOf(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 Constructor Description Bounds(String asString, String separator, Bounds.ParseMethod parseMethod)
Parse the bounds from a given string and round to OSM precisionBounds(String asString, String separator, Bounds.ParseMethod parseMethod, boolean roundToOsmPrecision)
Parse the bounds from a given string
-