| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
| Modifier and Type | Field and Description |
|---|---|
private static UTMProjectionChoice.Hemisphere |
UTMProjectionChoice.DEFAULT_HEMISPHERE |
private UTMProjectionChoice.Hemisphere |
UTMProjectionChoice.hemisphere |
| Modifier and Type | Method and Description |
|---|---|
static UTMProjectionChoice.Hemisphere |
UTMProjectionChoice.Hemisphere.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UTMProjectionChoice.Hemisphere[] |
UTMProjectionChoice.Hemisphere.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|