com.esri.arcgis.carto
Interface esriImageServiceDataType

All Superinterfaces:
Serializable

public interface esriImageServiceDataType
extends Serializable

The Image Service data types.

Product Availability

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


Field Summary
static int esriImageServiceDataTypeElevation
          The elevation data type for elevation data.
static int esriImageServiceDataTypeGeneric
          The generic data type for any data.
static int esriImageServiceDataTypeProcessed
          The processed data type for processed/rendered data.
static int esriImageServiceDataTypeRGB
          The RGB data type for RGB true color image.
static int esriImageServiceDataTypeThematic
          The thematic data type for categorical data.
 

Field Detail

esriImageServiceDataTypeGeneric

static final int esriImageServiceDataTypeGeneric
The generic data type for any data.

See Also:
Constant Field Values

esriImageServiceDataTypeRGB

static final int esriImageServiceDataTypeRGB
The RGB data type for RGB true color image.

See Also:
Constant Field Values

esriImageServiceDataTypeElevation

static final int esriImageServiceDataTypeElevation
The elevation data type for elevation data.

See Also:
Constant Field Values

esriImageServiceDataTypeThematic

static final int esriImageServiceDataTypeThematic
The thematic data type for categorical data.

See Also:
Constant Field Values

esriImageServiceDataTypeProcessed

static final int esriImageServiceDataTypeProcessed
The processed data type for processed/rendered data.

See Also:
Constant Field Values