Package | Description |
---|---|
org.openstreetmap.josm.data.coor | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
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(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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LatLon.latToString(CoordinateFormat d)
Formats the latitude part according to the given format
|
java.lang.String |
LatLon.lonToString(CoordinateFormat d)
Formats the longitude part according to the given format
|
static void |
CoordinateFormat.setCoordinateFormat(CoordinateFormat format)
Sets the default coordinate format
|
Modifier and Type | Field and Description |
---|---|
private CoordinateFormat |
MapStatus.previousCoordinateFormat
The
CoordinateFormat set in the previous update |
Modifier and Type | Field and Description |
---|---|
private JosmComboBox<CoordinateFormat> |
ProjectionPreference.coordinatesCombo
Combobox with all coordinate display possibilities
|