com.esri.arcgis.carto
Interface esriRasterSelectionMaskOp

All Superinterfaces:
java.io.Serializable

public interface esriRasterSelectionMaskOp
extends java.io.Serializable

Constants from esriRasterSelectionMaskOp' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'The type of selection mask.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriRasterSelectionMaskAND
          A bitwise AND operation.
static int esriRasterSelectionMaskCLEAR
          A clear operation.
static int esriRasterSelectionMaskCOPY
          Operation to use the given value.
static int esriRasterSelectionMaskINVERT
          A logical NOT operation.
static int esriRasterSelectionMaskSET
          A bitwise OR operation.
 

Field Detail

esriRasterSelectionMaskSET

static final int esriRasterSelectionMaskSET
A bitwise OR operation.

See Also:
Constant Field Values

esriRasterSelectionMaskCLEAR

static final int esriRasterSelectionMaskCLEAR
A clear operation.

See Also:
Constant Field Values

esriRasterSelectionMaskINVERT

static final int esriRasterSelectionMaskINVERT
A logical NOT operation.

See Also:
Constant Field Values

esriRasterSelectionMaskCOPY

static final int esriRasterSelectionMaskCOPY
Operation to use the given value.

See Also:
Constant Field Values

esriRasterSelectionMaskAND

static final int esriRasterSelectionMaskAND
A bitwise AND operation.

See Also:
Constant Field Values