public static enum MosaicRule.Methods extends java.lang.Enum<MosaicRule.Methods>
Enum Constant and Description |
---|
METHOD_ATTRIBUTE |
METHOD_CENTER |
METHOD_LOCKRASTER |
METHOD_NADIR |
METHOD_NONE |
METHOD_NORTHWEST |
METHOD_SEAMLINE |
METHOD_VIEWPOINT |
NOT_SET |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static MosaicRule.Methods |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MosaicRule.Methods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MosaicRule.Methods NOT_SET
public static final MosaicRule.Methods METHOD_ATTRIBUTE
public static final MosaicRule.Methods METHOD_CENTER
public static final MosaicRule.Methods METHOD_LOCKRASTER
public static final MosaicRule.Methods METHOD_NADIR
public static final MosaicRule.Methods METHOD_NONE
public static final MosaicRule.Methods METHOD_NORTHWEST
public static final MosaicRule.Methods METHOD_SEAMLINE
public static final MosaicRule.Methods METHOD_VIEWPOINT
public static MosaicRule.Methods[] values()
for (MosaicRule.Methods c : MosaicRule.Methods.values()) System.out.println(c);
public static MosaicRule.Methods valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()