com.esri.arcgis.datasourcesraster
Interface esriRemapTableType

All Superinterfaces:
java.io.Serializable

public interface esriRemapTableType
extends java.io.Serializable

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

Description: 'The remap table types.' 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 esriDynamicRemapTable
          A dynamic remap table.
static int esriNoneRemapTable
          No remap table.
static int esriReassignmentRemapTable
          A reassignment remap table containing a set of clipping geometries and From and To values.
static int esriSimpleRemapTable
          A simple remap table.
 

Field Detail

esriNoneRemapTable

static final int esriNoneRemapTable
No remap table.

See Also:
Constant Field Values

esriSimpleRemapTable

static final int esriSimpleRemapTable
A simple remap table.

See Also:
Constant Field Values

esriDynamicRemapTable

static final int esriDynamicRemapTable
A dynamic remap table.

See Also:
Constant Field Values

esriReassignmentRemapTable

static final int esriReassignmentRemapTable
A reassignment remap table containing a set of clipping geometries and From and To values.

See Also:
Constant Field Values