com.esri.arcgis.geoprocessing
Class IGPToolInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPToolInfoProxy
All Implemented Interfaces:
IGPToolInfo, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPToolInfo'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of the tool information.' 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 =

public class IGPToolInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPToolInfo, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.IGPToolInfo
IID, IIDe4f9e74d_957a_471e_9c4a_6339fee513be
 
Constructor Summary
  IGPToolInfoProxy()
          Deprecated. For internal use only
  IGPToolInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IGPToolInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPToolInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPToolInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getCategory()
          Deprecated. The tool category.
 java.lang.String getDisplayName()
          Deprecated. The tool display name.
 IEnvelope getExtent()
          Deprecated. The extent of the tool.
 java.lang.String getHelp()
          Deprecated. The url to the tool help.
 java.lang.String getName()
          Deprecated. The tool name.
 IGPParameterInfos getParameterInfo()
          Deprecated. The tool parameters.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCategory(java.lang.String category)
          Deprecated. The tool category.
 void setDisplayName(java.lang.String name)
          Deprecated. The tool display name.
 void setExtentByRef(IEnvelope ppExtent)
          Deprecated. The extent of the tool.
 void setHelp(java.lang.String helpUrl)
          Deprecated. The url to the tool help.
 void setName(java.lang.String name)
          Deprecated. The tool name.
 void setParameterInfoByRef(IGPParameterInfos ppParameterInfos)
          Deprecated. The tool parameters.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPToolInfoProxy

public IGPToolInfoProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPToolInfoProxy

public IGPToolInfoProxy()
Deprecated. 
For internal use only


IGPToolInfoProxy

public IGPToolInfoProxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPToolInfoProxy

protected IGPToolInfoProxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPToolInfoProxy

protected IGPToolInfoProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The tool name.

Specified by:
getName in interface IGPToolInfo
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The tool name.

Specified by:
setName in interface IGPToolInfo
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

public java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The tool display name.

Specified by:
getDisplayName in interface IGPToolInfo
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayName

public void setDisplayName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The tool display name.

Specified by:
setDisplayName in interface IGPToolInfo
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCategory

public java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The tool category.

Specified by:
getCategory in interface IGPToolInfo
Returns:
The category
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCategory

public void setCategory(java.lang.String category)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The tool category.

Specified by:
setCategory in interface IGPToolInfo
Parameters:
category - The category (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelp

public java.lang.String getHelp()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The url to the tool help.

Specified by:
getHelp in interface IGPToolInfo
Returns:
The helpUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHelp

public void setHelp(java.lang.String helpUrl)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The url to the tool help.

Specified by:
setHelp in interface IGPToolInfo
Parameters:
helpUrl - The helpUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameterInfo

public IGPParameterInfos getParameterInfo()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The tool parameters.

Specified by:
getParameterInfo in interface IGPToolInfo
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPParameterInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameterInfoByRef

public void setParameterInfoByRef(IGPParameterInfos ppParameterInfos)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The tool parameters.

Specified by:
setParameterInfoByRef in interface IGPToolInfo
Parameters:
ppParameterInfos - A reference to a com.esri.arcgis.geoprocessing.IGPParameterInfos (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent of the tool.

Specified by:
getExtent in interface IGPToolInfo
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

public void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent of the tool.

Specified by:
setExtentByRef in interface IGPToolInfo
Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.