protected static enum CustomProjection.Param extends Enum<CustomProjection.Param>
Enum Constant and Description |
---|
a |
b |
bounds |
datum |
ellps |
es |
f |
init |
k_0 |
lat_0 |
lat_1 |
lat_2 |
lon_0 |
nadgrids |
no_defs |
proj |
rf |
towgs84 |
units |
wktext |
x_0 |
y_0 |
Modifier and Type | Field and Description |
---|---|
boolean |
hasValue |
String |
key |
static Map<String,CustomProjection.Param> |
paramsByKey |
Modifier and Type | Method and Description |
---|---|
static CustomProjection.Param |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomProjection.Param[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomProjection.Param x_0
public static final CustomProjection.Param y_0
public static final CustomProjection.Param lon_0
public static final CustomProjection.Param k_0
public static final CustomProjection.Param ellps
public static final CustomProjection.Param a
public static final CustomProjection.Param es
public static final CustomProjection.Param rf
public static final CustomProjection.Param f
public static final CustomProjection.Param b
public static final CustomProjection.Param datum
public static final CustomProjection.Param towgs84
public static final CustomProjection.Param nadgrids
public static final CustomProjection.Param proj
public static final CustomProjection.Param lat_0
public static final CustomProjection.Param lat_1
public static final CustomProjection.Param lat_2
public static final CustomProjection.Param wktext
public static final CustomProjection.Param units
public static final CustomProjection.Param no_defs
public static final CustomProjection.Param init
public static final CustomProjection.Param bounds
public boolean hasValue
public static final Map<String,CustomProjection.Param> paramsByKey
public static CustomProjection.Param[] values()
for (CustomProjection.Param c : CustomProjection.Param.values()) System.out.println(c);
public static CustomProjection.Param valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null