Package | Description |
---|---|
org.openstreetmap.josm.data.projection.proj |
Provides the classes for JOSM map projections implementations.
|
Modifier and Type | Field and Description |
---|---|
protected AzimuthalEquidistant.Mode |
AzimuthalEquidistant.mode
The mode or aspect of the projection.
|
Modifier and Type | Method and Description |
---|---|
static AzimuthalEquidistant.Mode |
AzimuthalEquidistant.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AzimuthalEquidistant.Mode[] |
AzimuthalEquidistant.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|