com.esri.arcgis.geoanalyst
Interface esriRasterEnvSettingEnum

All Superinterfaces:
Serializable

public interface esriRasterEnvSettingEnum
extends Serializable

Raster analysis environment types for extent and cell size.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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