|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPComHelper
COM Interface 'IGPComHelper'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to properties and methods on a Geoprocessing helper 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 |
IID1e54e6b6_c2b0_470f_b030_d81d9464f3b3
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addToolbox(java.lang.String toolbox)
Adds a reference to the specified toolbox to the GeoProcessor. |
IGPMessages |
execute(java.lang.String toolName,
IPropertySet params,
ITrackCancel trackCancel)
Executes the specified tool. |
IGPEnvironmentManager |
getEnvironmentManager()
The environment manager object associated with the helper. |
java.lang.String |
getParameterName(java.lang.String toolName,
int index)
Get the parameter name for a given tool and index. |
void |
removeToolbox(java.lang.String toolbox)
Removes the reference to the specified toolbox from the GeoProcessor. |
Field Detail |
---|
static final int IID1e54e6b6_c2b0_470f_b030_d81d9464f3b3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGPMessages execute(java.lang.String toolName, IPropertySet params, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
toolName
- The toolName (in)params
- A reference to a com.esri.arcgis.system.IPropertySet (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getParameterName(java.lang.String toolName, int index) throws java.io.IOException, AutomationException
toolName
- The toolName (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addToolbox(java.lang.String toolbox) throws java.io.IOException, AutomationException
toolbox
- The toolbox (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeToolbox(java.lang.String toolbox) throws java.io.IOException, AutomationException
toolbox
- The toolbox (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPEnvironmentManager getEnvironmentManager() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |