|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinateFormat | |
---|---|
org.openstreetmap.josm.data.coor |
Uses of CoordinateFormat in org.openstreetmap.josm.data.coor |
---|
Fields in org.openstreetmap.josm.data.coor declared as CoordinateFormat | |
---|---|
private static CoordinateFormat |
CoordinateFormat.defaultCoordinateFormat
|
Methods in org.openstreetmap.josm.data.coor that return CoordinateFormat | |
---|---|
static CoordinateFormat |
CoordinateFormat.getDefaultFormat()
Replies the default coordinate format to be use |
static CoordinateFormat |
CoordinateFormat.valueOf(java.lang.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. |
Methods in org.openstreetmap.josm.data.coor with parameters of type CoordinateFormat | |
---|---|
java.lang.String |
LatLon.latToString(CoordinateFormat d)
|
java.lang.String |
LatLon.lonToString(CoordinateFormat d)
|
static void |
CoordinateFormat.setCoordinateFormat(CoordinateFormat format)
Sets the default coordinate format |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |