public static enum MosaicOpImage2.WeightType extends Enum<MosaicOpImage2.WeightType>
Enum Constant and Description |
---|
WEIGHT_TYPE_ALPHA |
WEIGHT_TYPE_NODATA |
WEIGHT_TYPE_ROI |
Modifier and Type | Method and Description |
---|---|
static MosaicOpImage2.WeightType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MosaicOpImage2.WeightType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MosaicOpImage2.WeightType WEIGHT_TYPE_ALPHA
public static final MosaicOpImage2.WeightType WEIGHT_TYPE_ROI
public static final MosaicOpImage2.WeightType WEIGHT_TYPE_NODATA
public static MosaicOpImage2.WeightType[] values()
for (MosaicOpImage2.WeightType c : MosaicOpImage2.WeightType.values()) System.out.println(c);
public static MosaicOpImage2.WeightType 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.