it.geosolutions.jaiext.mosaic
Enum MosaicOpImage.WeightType

java.lang.Object
  extended by java.lang.Enum<MosaicOpImage.WeightType>
      extended by 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


Enum Constant Summary
WEIGHT_TYPE_ALPHA
           
WEIGHT_TYPE_NODATA
           
WEIGHT_TYPE_ROI
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.