com.esri.arcgis.geoprocessing
Interface esriGPSchemaCellSizeType

All Superinterfaces:
java.io.Serializable

public interface esriGPSchemaCellSizeType
extends java.io.Serializable

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

Description: 'Cell size type for the populating the output value.' 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 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