|
|||||||||
| 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.IGPToolbox2Proxy
public class IGPToolbox2Proxy
Internal use class Proxy for COM Interface 'IGPToolbox2'. Generated 3/19/2015 1:20:59 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.IGPToolbox2 |
|---|
IID, IID2feacd0b_9351_4c88_b424_c39f1dbf3230 |
| Constructor Summary | |
|---|---|
|
IGPToolbox2Proxy()
For internal use only |
|
IGPToolbox2Proxy(java.lang.Object obj)
|
protected |
IGPToolbox2Proxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGPToolbox2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGPToolbox2Proxy(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)
Alters the alias of the toolbox. |
void |
alterDisplayName(java.lang.String newDisplayName)
Modifies the display name property 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 |
canAlterDisplayName()
Returns whether or not the display name property can be modified. |
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. |
java.lang.String |
getDisplayName()
The display name of the toolbox. |
int |
getHelpContext()
The context identifier of the topic within the help file for this toolbox. |
java.lang.String |
getHelpFile()
Name of the (CHM) file containing help information for this toolbox. |
java.lang.String |
getPathName()
The path name of 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 IGPToolbox2Proxy(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.IOExceptionpublic IGPToolbox2Proxy()
public IGPToolbox2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPToolbox2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPToolbox2Proxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getPathName()
throws java.io.IOException,
AutomationException
getPathName in interface IGPToolbox2java.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 IGPToolbox2java.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 IGPToolbox2java.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 IGPToolbox2java.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 IGPToolbox2name - 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 IGPToolbox2java.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 IGPToolbox2java.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 IGPToolbox2type - 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 IGPToolbox2newAlias - 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 IGPToolbox2java.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 IGPToolbox2java.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 IGPToolbox2file - The file (in)context - The context (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IGPToolbox2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canAlterDisplayName()
throws java.io.IOException,
AutomationException
canAlterDisplayName in interface IGPToolbox2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alterDisplayName(java.lang.String newDisplayName)
throws java.io.IOException,
AutomationException
alterDisplayName in interface IGPToolbox2newDisplayName - The newDisplayName (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 | ||||||||