Package | Description |
---|---|
org.openstreetmap.josm.data.projection.proj |
Provides the classes for JOSM map projections implementations.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
Modifier and Type | Method and Description |
---|---|
static TransverseMercator.Hemisphere |
TransverseMercator.Hemisphere.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransverseMercator.Hemisphere[] |
TransverseMercator.Hemisphere.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Pair<java.lang.Integer,TransverseMercator.Hemisphere> |
TransverseMercator.locateUtmZone(LatLon ll)
Determines the UTM zone of a given lat/lon.
|
Modifier and Type | Field and Description |
---|---|
private static TransverseMercator.Hemisphere |
UTMProjectionChoice.DEFAULT_HEMISPHERE |
private TransverseMercator.Hemisphere |
UTMProjectionChoice.hemisphere |