static enum EnviInfo.MapInfoIndex extends Enum<EnviInfo.MapInfoIndex>
Enum Constant and Description |
---|
MAP_INFO_IDX_DATUM |
MAP_INFO_IDX_EASTING |
MAP_INFO_IDX_N_OR_S |
MAP_INFO_IDX_NORTHING |
MAP_INFO_IDX_PROJ_NAME |
MAP_INFO_IDX_UNITS |
MAP_INFO_IDX_X_REF |
MAP_INFO_IDX_X_SIZE |
MAP_INFO_IDX_Y_REF |
MAP_INFO_IDX_Y_SIZE |
MAP_INFO_IDX_ZONE |
Modifier and Type | Field and Description |
---|---|
private int |
index |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static EnviInfo.MapInfoIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnviInfo.MapInfoIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_PROJ_NAME
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_X_REF
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_Y_REF
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_EASTING
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_NORTHING
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_X_SIZE
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_Y_SIZE
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_ZONE
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_N_OR_S
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_DATUM
public static final EnviInfo.MapInfoIndex MAP_INFO_IDX_UNITS
private final int index
public static EnviInfo.MapInfoIndex[] values()
for (EnviInfo.MapInfoIndex c : EnviInfo.MapInfoIndex.values()) System.out.println(c);
public static EnviInfo.MapInfoIndex 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 nullpublic int getIndex()