com.esri.arcgis.geoprocessing
Interface esriGPSchemaExtentType

All Superinterfaces:
Serializable

public interface esriGPSchemaExtentType
extends Serializable

Extent type for the populating the output value.

Product Availability

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


Field Summary
static int esriGPSchemaExtentAsSpecified
          Set extent to what is specified by putref_OutputExtent.
static int esriGPSchemaExtentEnvironment
          Set extent what is in the environment.
static int esriGPSchemaExtentFirstDependency
          Set extent from first input.
static int esriGPSchemaExtentIntersection
          Set extent to intersection of all inputs.
static int esriGPSchemaExtentUnion
          Set extent to union of all inputs.
static int esriGPSchemaExtentUnset
          Unset.
 

Field Detail

esriGPSchemaExtentUnset

static final int esriGPSchemaExtentUnset
Unset.

See Also:
Constant Field Values

esriGPSchemaExtentFirstDependency

static final int esriGPSchemaExtentFirstDependency
Set extent from first input.

See Also:
Constant Field Values

esriGPSchemaExtentIntersection

static final int esriGPSchemaExtentIntersection
Set extent to intersection of all inputs.

See Also:
Constant Field Values

esriGPSchemaExtentUnion

static final int esriGPSchemaExtentUnion
Set extent to union of all inputs.

See Also:
Constant Field Values

esriGPSchemaExtentEnvironment

static final int esriGPSchemaExtentEnvironment
Set extent what is in the environment.

See Also:
Constant Field Values

esriGPSchemaExtentAsSpecified

static final int esriGPSchemaExtentAsSpecified
Set extent to what is specified by putref_OutputExtent.

See Also:
Constant Field Values