Package | Description |
---|---|
org.openstreetmap.josm.data.coor |
Modifier and Type | Field and Description |
---|---|
private static CoordinateFormat |
CoordinateFormat.defaultCoordinateFormat |
Modifier and Type | Method and Description |
---|---|
static CoordinateFormat |
CoordinateFormat.getDefaultFormat()
Replies the default coordinate format to be use
|
static CoordinateFormat |
CoordinateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateFormat[] |
CoordinateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
LatLon.latToString(CoordinateFormat d) |
String |
LatLon.lonToString(CoordinateFormat d) |
static void |
CoordinateFormat.setCoordinateFormat(CoordinateFormat format)
Sets the default coordinate format
|