com.esri.arcgis.geoprocessing
Interface esriGPSchemaRasterFormatType

All Superinterfaces:
java.io.Serializable

public interface esriGPSchemaRasterFormatType
extends java.io.Serializable

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

Description: 'Raster format type for the populating the output value.' 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 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