Package | Description |
---|---|
org.openstreetmap.josm.data |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Bounds(String asString,
String separator,
Bounds.ParseMethod parseMethod) |
Bounds(String asString,
String separator,
Bounds.ParseMethod parseMethod,
boolean roundToOsmPrecision) |