com.esri.arcgis.geoprocessing
Interface esriGPSchemaCellSizeType

All Superinterfaces:
Serializable

public interface esriGPSchemaCellSizeType
extends Serializable

Cell size type for the populating the output value.

Product Availability

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


Field Summary
static int esriGPSchemaCellSizeAsSpecified
          Set cell size to what is specified by putref_OutputExtent.
static int esriGPSchemaCellSizeEnvironment
          Set cell size what is in the environment.
static int esriGPSchemaCellSizeFirstDependency
          Set cell size from first input.
static int esriGPSchemaCellSizeMax
          Set cell size to maximum of all inputs.
static int esriGPSchemaCellSizeMin
          Set cell size to minimum of all inputs.
static int esriGPSchemaCellSizeUnset
          Unset.
 

Field Detail

esriGPSchemaCellSizeUnset

static final int esriGPSchemaCellSizeUnset
Unset.

See Also:
Constant Field Values

esriGPSchemaCellSizeFirstDependency

static final int esriGPSchemaCellSizeFirstDependency
Set cell size from first input.

See Also:
Constant Field Values

esriGPSchemaCellSizeMin

static final int esriGPSchemaCellSizeMin
Set cell size to minimum of all inputs.

See Also:
Constant Field Values

esriGPSchemaCellSizeMax

static final int esriGPSchemaCellSizeMax
Set cell size to maximum of all inputs.

See Also:
Constant Field Values

esriGPSchemaCellSizeEnvironment

static final int esriGPSchemaCellSizeEnvironment
Set cell size what is in the environment.

See Also:
Constant Field Values

esriGPSchemaCellSizeAsSpecified

static final int esriGPSchemaCellSizeAsSpecified
Set cell size to what is specified by putref_OutputExtent.

See Also:
Constant Field Values