com.esri.arcgis.datasourcesraster
Interface esriNoDataInterpretation

All Superinterfaces:
Serializable

public interface esriNoDataInterpretation
extends Serializable

The NoData interpretations.

Product Availability

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


Field Summary
static int esriNoDataMatchAll
          Match all bands.
static int esriNoDataMatchAny
          Match any band.
 

Field Detail

esriNoDataMatchAny

static final int esriNoDataMatchAny
Match any band.

See Also:
Constant Field Values

esriNoDataMatchAll

static final int esriNoDataMatchAll
Match all bands.

See Also:
Constant Field Values