com.esri.arcgis.datasourcesraster
Interface esriRasterFunctionTemplateType

All Superinterfaces:
java.io.Serializable

public interface esriRasterFunctionTemplateType
extends java.io.Serializable

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

Description: 'The raster function template types.' 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 esriItemRasterFunctionTemplate
          The raster item raster function template.
static int esriItemsRasterFunctionTemplate
          The raster items (group) raster function template.
static int esriServiceRasterFunctionTemplate
          The service raster function template.
 

Field Detail

esriServiceRasterFunctionTemplate

static final int esriServiceRasterFunctionTemplate
The service raster function template.

See Also:
Constant Field Values

esriItemRasterFunctionTemplate

static final int esriItemRasterFunctionTemplate
The raster item raster function template.

See Also:
Constant Field Values

esriItemsRasterFunctionTemplate

static final int esriItemsRasterFunctionTemplate
The raster items (group) raster function template.

See Also:
Constant Field Values