com.esri.arcgis.geodatabase
Interface esriRasterTableTypeEnum

All Superinterfaces:
Serializable

public interface esriRasterTableTypeEnum
extends Serializable

The raster table types.

Product Availability

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


Field Summary
static int esriRasterTableIndex
          Values in raster are indexes in the table.
static int esriRasterTableInvalid
          Values are invalid.
static int esriRasterTableValue
          Values in raster are values in the table.
 

Field Detail

esriRasterTableIndex

static final int esriRasterTableIndex
Values in raster are indexes in the table.

See Also:
Constant Field Values

esriRasterTableValue

static final int esriRasterTableValue
Values in raster are values in the table.

See Also:
Constant Field Values

esriRasterTableInvalid

static final int esriRasterTableInvalid
Values are invalid.

See Also:
Constant Field Values