com.esri.arcgis.geoprocessing
Interface esriGPExtentEnum

All Superinterfaces:
java.io.Serializable

public interface esriGPExtentEnum
extends java.io.Serializable

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

Description: 'Geoprocessor Extent types for extent.' 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 esriGPExtentMaxOf
          The maximum of all inputs is used.
static int esriGPExtentMinOf
          The minimum of all inputs is used.
static int esriGPExtentUnknown
          The operation determined use of extents.
static int esriGPExtentValue
          The specified value for the specified property is used.
 

Field Detail

esriGPExtentUnknown

static final int esriGPExtentUnknown
The operation determined use of extents.

See Also:
Constant Field Values

esriGPExtentMaxOf

static final int esriGPExtentMaxOf
The maximum of all inputs is used.

See Also:
Constant Field Values

esriGPExtentMinOf

static final int esriGPExtentMinOf
The minimum of all inputs is used.

See Also:
Constant Field Values

esriGPExtentValue

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

See Also:
Constant Field Values