com.esri.arcgis.datasourcesraster
Interface rstRepresentationType

All Superinterfaces:
Serializable

public interface rstRepresentationType
extends Serializable

The raster representation type.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int DT_ATHEMATIC
          Raster represents continuous data.
static int DT_EITHER
          Raster may represent either data type.
static int DT_THEMATIC
          Raster represents thematic data.
 

Field Detail

DT_THEMATIC

static final int DT_THEMATIC
Raster represents thematic data.

See Also:
Constant Field Values

DT_ATHEMATIC

static final int DT_ATHEMATIC
Raster represents continuous data.

See Also:
Constant Field Values

DT_EITHER

static final int DT_EITHER
Raster may represent either data type.

See Also:
Constant Field Values