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