|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPToolbox
COM Interface 'IGPToolbox'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to methods on the toolbox 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 |
IID8df04717_e331_49d9_980b_1079d4e61e37
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
alterAlias(java.lang.String newAlias)
Changes the alias of the toolbox. |
void |
alterHelpInfo(java.lang.String file,
int context)
Sets the help (CHM) file and help context identifier containing help for this toolbox. |
boolean |
canCreateTool()
Returns whether or not a new tool can be created in the toolbox. |
IGPTool |
createTool(int type,
java.lang.String name,
java.lang.String displayName,
java.lang.String description,
java.lang.String toolCategory,
IGPToolExtension toolExtension)
Creates a new tool in the toolbox. |
java.lang.String |
getAlias()
The alias of the toolbox, used when referencing a tool: name_alias. |
int |
getHelpContext()
The context identifier of the topic within the help file for this toolbox. |
java.lang.String |
getHelpFile()
The name of the (CHM) file containing help information for this toolbox. |
java.lang.String |
getPathName()
The path name to the toolbox. |
IEnumGPToolName |
getToolNames()
An enumeration of all the geoprocessing tool name objects contained within the toolbox. |
IEnumGPTool |
getTools()
An enumeration of all the geoprocessing tools contained within the toolbox. |
boolean |
isDeleted()
Indicates if the toolbox has been deleted. |
IGPTool |
openTool(java.lang.String name)
Returns a specific tool (by name) within the toolbox. |
| Field Detail |
|---|
static final int IID8df04717_e331_49d9_980b_1079d4e61e37
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getPathName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getAlias()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumGPToolName getToolNames()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumGPTool getTools()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPTool openTool(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDeleted()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canCreateTool()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPTool createTool(int type,
java.lang.String name,
java.lang.String displayName,
java.lang.String description,
java.lang.String toolCategory,
IGPToolExtension toolExtension)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geoprocessing.esriGPToolType constant (in)name - The name (in)displayName - The displayName (in)description - The description (in)toolCategory - The toolCategory (in)toolExtension - A reference to a com.esri.arcgis.geoprocessing.IGPToolExtension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterAlias(java.lang.String newAlias)
throws java.io.IOException,
AutomationException
newAlias - The newAlias (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHelpFile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHelpContext()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterHelpInfo(java.lang.String file,
int context)
throws java.io.IOException,
AutomationException
file - The file (in)context - The context (in)
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 | ||||||||