|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IGPToolboxProxy
public class IGPToolboxProxy
Internal use class Proxy for 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPToolbox |
---|
IID, IID8df04717_e331_49d9_980b_1079d4e61e37 |
Constructor Summary | |
---|---|
|
IGPToolboxProxy()
For internal use only |
|
IGPToolboxProxy(java.lang.Object obj)
|
protected |
IGPToolboxProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGPToolboxProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGPToolboxProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPToolboxProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPToolboxProxy()
public IGPToolboxProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPToolboxProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPToolboxProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getPathName() throws java.io.IOException, AutomationException
getPathName
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAlias() throws java.io.IOException, AutomationException
getAlias
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPToolName getToolNames() throws java.io.IOException, AutomationException
getToolNames
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPTool getTools() throws java.io.IOException, AutomationException
getTools
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPTool openTool(java.lang.String name) throws java.io.IOException, AutomationException
openTool
in interface IGPToolbox
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDeleted() throws java.io.IOException, AutomationException
isDeleted
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canCreateTool() throws java.io.IOException, AutomationException
canCreateTool
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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
createTool
in interface IGPToolbox
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.public void alterAlias(java.lang.String newAlias) throws java.io.IOException, AutomationException
alterAlias
in interface IGPToolbox
newAlias
- The newAlias (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHelpFile() throws java.io.IOException, AutomationException
getHelpFile
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpContext() throws java.io.IOException, AutomationException
getHelpContext
in interface IGPToolbox
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alterHelpInfo(java.lang.String file, int context) throws java.io.IOException, AutomationException
alterHelpInfo
in interface IGPToolbox
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 |