com.esri.arcgis.geoanalyst
Interface esriRasterEnvSettingEnum

All Superinterfaces:
java.io.Serializable

public interface esriRasterEnvSettingEnum
extends java.io.Serializable

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

Description: 'Raster analysis environment types for extent and cell size.' 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 esriRasterEnvMaxOf
          The maximum of all input Raster bands for the specified property is used.
static int esriRasterEnvMinOf
          The minimum of all input raster bands for the specified property is used.
static int esriRasterEnvValue
          The specified value for the specified property is used.
 

Field Detail

esriRasterEnvMaxOf

static final int esriRasterEnvMaxOf
The maximum of all input Raster bands for the specified property is used.

See Also:
Constant Field Values

esriRasterEnvMinOf

static final int esriRasterEnvMinOf
The minimum of all input raster bands for the specified property is used.

See Also:
Constant Field Values

esriRasterEnvValue

static final int esriRasterEnvValue
The specified value for the specified property is used.

See Also:
Constant Field Values