public static enum GeneralFilterBand.OpType extends Enum<GeneralFilterBand.OpType>
Enum Constant and Description |
---|
CLOSING |
DILATION
Morphological dilation (= max)
|
EROSION
Morphological erosion (= min)
|
MAX |
MEAN |
MEDIAN |
MIN |
OPENING |
STDDEV |
Modifier and Type | Method and Description |
---|---|
static GeneralFilterBand.OpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralFilterBand.OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralFilterBand.OpType MIN
public static final GeneralFilterBand.OpType MAX
public static final GeneralFilterBand.OpType MEDIAN
public static final GeneralFilterBand.OpType MEAN
public static final GeneralFilterBand.OpType STDDEV
public static final GeneralFilterBand.OpType EROSION
public static final GeneralFilterBand.OpType DILATION
public static final GeneralFilterBand.OpType OPENING
public static final GeneralFilterBand.OpType CLOSING
public static GeneralFilterBand.OpType[] values()
for (GeneralFilterBand.OpType c : GeneralFilterBand.OpType.values()) System.out.println(c);
public static GeneralFilterBand.OpType 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 © 2014–2017 European Space Agency (ESA). All rights reserved.