com.esri.arcgis.carto
Interface esriRasterSelectionMaskOp

All Superinterfaces:
Serializable

public interface esriRasterSelectionMaskOp
extends Serializable

The type of selection mask.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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