public static enum ImageWrapper.ICords extends Enum<ImageWrapper.ICords>
Modifier and Type | Method and Description |
---|---|
static ImageWrapper.ICords |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageWrapper.ICords[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageWrapper.ICords G
public static final ImageWrapper.ICords N
public static final ImageWrapper.ICords S
public static ImageWrapper.ICords[] values()
for (ImageWrapper.ICords c : ImageWrapper.ICords.values()) System.out.println(c);
public static ImageWrapper.ICords 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 nullCopyright © 2006–2015 GeoSolutions. All rights reserved.