com.esri.arcgis.geoprocessing
Interface IGPSchema

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPContainerSchema, GPFeatureSchema, GPRasterSchema, GPTableSchema, IGPSchemaProxy

public interface IGPSchema
extends java.io.Serializable

COM Interface 'IGPSchema'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing schema object.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID5e78ce61_0b9f_43e8_84e3_c3f0c9dce34f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCloneDependency()
          Inidicates if the output value is to be cloned from the input.
 boolean isGenerateOutputCatalogPath()
          Inidicates if the output catalog path is to be generated from the input.
 void populateOutputValue(java.lang.String baseName, IGPParameter3 param, IArray params, IGPEnvironmentManager envMgr)
          Populate the value of the output parameter for validate.
 void setCloneDependency(boolean cloneDependency)
          Inidicates if the output value is to be cloned from the input.
 void setGenerateOutputCatalogPath(boolean generatePath)
          Inidicates if the output catalog path is to be generated from the input.
 

Field Detail

IID5e78ce61_0b9f_43e8_84e3_c3f0c9dce34f

static final int IID5e78ce61_0b9f_43e8_84e3_c3f0c9dce34f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isCloneDependency

boolean isCloneDependency()
                          throws java.io.IOException,
                                 AutomationException
Inidicates if the output value is to be cloned from the input.

Returns:
The cloneDependency
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCloneDependency

void setCloneDependency(boolean cloneDependency)
                        throws java.io.IOException,
                               AutomationException
Inidicates if the output value is to be cloned from the input.

Parameters:
cloneDependency - The cloneDependency (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGenerateOutputCatalogPath

boolean isGenerateOutputCatalogPath()
                                    throws java.io.IOException,
                                           AutomationException
Inidicates if the output catalog path is to be generated from the input.

Returns:
The generatePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGenerateOutputCatalogPath

void setGenerateOutputCatalogPath(boolean generatePath)
                                  throws java.io.IOException,
                                         AutomationException
Inidicates if the output catalog path is to be generated from the input.

Parameters:
generatePath - The generatePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

populateOutputValue

void populateOutputValue(java.lang.String baseName,
                         IGPParameter3 param,
                         IArray params,
                         IGPEnvironmentManager envMgr)
                         throws java.io.IOException,
                                AutomationException
Populate the value of the output parameter for validate.

Parameters:
baseName - The baseName (in)
param - A reference to a com.esri.arcgis.geoprocessing.IGPParameter3 (in)
params - A reference to a com.esri.arcgis.system.IArray (in)
envMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.