Package | Description |
---|---|
org.openstreetmap.josm.data.projection |
Modifier and Type | Field and Description |
---|---|
static Map<String,CustomProjection.Param> |
CustomProjection.Param.paramsByKey
Map of all parameters by key
|
Modifier and Type | Method and Description |
---|---|
static CustomProjection.Param |
CustomProjection.Param.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomProjection.Param[] |
CustomProjection.Param.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|