com.esri.arcgis.geoprocessing
Interface IGPCustomTool

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPCustomToolProxy

public interface IGPCustomTool
extends java.io.Serializable

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

Description: 'Provides access to methods on a custom geoprocessing tool 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 IIDbb8ca73d_a50c_4e28_b198_28985a81dbee
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPToolExtension getToolExtension()
          The tool extension associated with the tool.
 void setToolExtensionByRef(IGPToolExtension extension)
          The tool extension associated with the tool.
 

Field Detail

IIDbb8ca73d_a50c_4e28_b198_28985a81dbee

static final int IIDbb8ca73d_a50c_4e28_b198_28985a81dbee
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

getToolExtension

IGPToolExtension getToolExtension()
                                  throws java.io.IOException,
                                         AutomationException
The tool extension associated with the tool.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPToolExtension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolExtensionByRef

void setToolExtensionByRef(IGPToolExtension extension)
                           throws java.io.IOException,
                                  AutomationException
The tool extension associated with the tool.

Parameters:
extension - A reference to a com.esri.arcgis.geoprocessing.IGPToolExtension (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.