com.esri.arcgis.datasourcesraster
Interface esriNoDataInterpretation

All Superinterfaces:
java.io.Serializable

public interface esriNoDataInterpretation
extends java.io.Serializable

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

Description: 'The NoData interpretations.' 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 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