com.esri.arcgis.geoprocessing
Interface esriGPSchemaRasterFormatType

All Superinterfaces:
Serializable

public interface esriGPSchemaRasterFormatType
extends Serializable

Raster format type for the populating the output value.

Product Availability

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


Field Summary
static int esriGPSchemaRasterFormatGRID
          Set raster format type to GRID.
static int esriGPSchemaRasterFormatIMG
          Set raster format type to IMG.
 

Field Detail

esriGPSchemaRasterFormatIMG

static final int esriGPSchemaRasterFormatIMG
Set raster format type to IMG.

See Also:
Constant Field Values

esriGPSchemaRasterFormatGRID

static final int esriGPSchemaRasterFormatGRID
Set raster format type to GRID.

See Also:
Constant Field Values