private static enum ImageryReader.State extends Enum<ImageryReader.State>
Enum Constant and Description |
---|
BOUNDS |
CODE |
ENTRY |
ENTRY_ATTRIBUTE |
IMAGERY |
INIT |
PROJECTIONS |
SHAPE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ImageryReader.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageryReader.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageryReader.State INIT
public static final ImageryReader.State IMAGERY
public static final ImageryReader.State ENTRY
public static final ImageryReader.State ENTRY_ATTRIBUTE
public static final ImageryReader.State PROJECTIONS
public static final ImageryReader.State CODE
public static final ImageryReader.State BOUNDS
public static final ImageryReader.State SHAPE
public static final ImageryReader.State UNKNOWN
public static ImageryReader.State[] values()
for (ImageryReader.State c : ImageryReader.State.values()) System.out.println(c);
public static ImageryReader.State 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