Package | Description |
---|---|
org.openstreetmap.josm.data.projection |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumMap<CustomProjection.Polarity,EastNorth> |
CustomProjection.polesEN |
private java.util.EnumMap<CustomProjection.Polarity,LatLon> |
CustomProjection.polesLL |
Modifier and Type | Method and Description |
---|---|
static CustomProjection.Polarity |
CustomProjection.Polarity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomProjection.Polarity[] |
CustomProjection.Polarity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private EastNorth |
CustomProjection.getPole(CustomProjection.Polarity whichPole) |