it.geosolutions.jaiext.mosaic
Enum MosaicOpImage.WeightType
java.lang.Object
java.lang.Enum<MosaicOpImage.WeightType>
it.geosolutions.jaiext.mosaic.MosaicOpImage.WeightType
- All Implemented Interfaces:
- Serializable, Comparable<MosaicOpImage.WeightType>
- Enclosing class:
- MosaicOpImage
public static enum MosaicOpImage.WeightType
- extends Enum<MosaicOpImage.WeightType>
Enumerator for the type of mosaic weigher
WEIGHT_TYPE_ALPHA
public static final MosaicOpImage.WeightType WEIGHT_TYPE_ALPHA
WEIGHT_TYPE_ROI
public static final MosaicOpImage.WeightType WEIGHT_TYPE_ROI
WEIGHT_TYPE_NODATA
public static final MosaicOpImage.WeightType WEIGHT_TYPE_NODATA
values
public static MosaicOpImage.WeightType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (MosaicOpImage.WeightType c : MosaicOpImage.WeightType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MosaicOpImage.WeightType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2006–2015 GeoSolutions. All rights reserved.