|
|||||||||
| 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.IGPToolProxy
public class IGPToolProxy
Internal use class Proxy for COM Interface 'IGPTool'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to methods on a geoprocessing tool 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.IGPTool |
|---|
IID, IID252c58fd_4042_4628_a9d0_de54c158ba55 |
| Constructor Summary | |
|---|---|
|
IGPToolProxy()
For internal use only |
|
IGPToolProxy(java.lang.Object obj)
|
protected |
IGPToolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGPToolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGPToolProxy(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)
|
boolean |
canAlter()
Returns whether or not the properties of the tool can be modified. |
boolean |
canEditSource()
Returns whether or not the source (i.e., definition) of the tool can be modified. |
boolean |
editProperties(int hParent,
IGPEnvironmentManager gPEnvMgr)
Presents a modal dialog to edit the tool's properties. |
void |
execute(IArray paramvalues,
ITrackCancel trackCancel,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages)
Executes the tool with the given set of values. |
java.lang.String |
getDescription()
The description of the tool. |
IUID |
getDialogCLSID()
The class identifier of the custom dialog to use for this tool. |
java.lang.String |
getDisplayName()
The display name of the tool. |
int |
getHelpContext()
The context identifier of the topic within the help file for this tool. |
java.lang.String |
getHelpFile()
Name of the (CHM) file containing help information for this tool. |
java.lang.String |
getName()
The name of the tool. |
IArray |
getParameterInfo()
The set of parameters required to execute the tool. |
java.lang.String |
getPathName()
The path of the tool object. |
java.lang.Object |
getRenderer(IGPParameter pParam)
Returns the renderer associated with the specified parameter. |
IGPToolbox |
getToolbox()
The toolbox of the tool. |
java.lang.String |
getToolCategory()
The tool category. |
int |
getToolType()
The type of tool. |
boolean |
isDeleted()
Indicates if the tool has been deleted. |
boolean |
isLicensed()
Returns whether the tool is licensed to be executed. |
boolean |
isLicensedForProduct()
Returns whether the tool is part of the current product. |
boolean |
isRelativePaths()
Indicates if path names are stored relative to the tool/toolbox. |
boolean |
isValid()
Returns whether the tool is capable of being executed/edited. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setDescription(java.lang.String description)
The description of the tool. |
void |
setDisplayName(java.lang.String displayName)
The display name of the tool. |
void |
setHelpContext(int context)
The context identifier of the topic within the help file for this tool. |
void |
setHelpFile(java.lang.String file)
Name of the (CHM) file containing help information for this tool. |
void |
setName(java.lang.String displayName)
The name of the tool. |
void |
setRelativePaths(boolean relPaths)
Indicates if path names are stored relative to the tool/toolbox. |
void |
setToolCategory(java.lang.String category)
The tool category. |
void |
store()
Stores the current state of the tool to the toolbox. |
IGPMessages |
validate(IArray paramvalues,
boolean updateValues,
IGPEnvironmentManager pEnvMgr)
Validates the given set of values. |
| 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 IGPToolProxy(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 IGPToolProxy()
public IGPToolProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPToolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPToolProxy(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 getName()
throws java.io.IOException,
AutomationException
getName in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String displayName)
throws java.io.IOException,
AutomationException
setName in interface IGPTooldisplayName - The displayName (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 IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayName(java.lang.String displayName)
throws java.io.IOException,
AutomationException
setDisplayName in interface IGPTooldisplayName - The displayName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
setDescription in interface IGPTooldescription - The description (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getToolCategory()
throws java.io.IOException,
AutomationException
getToolCategory in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToolCategory(java.lang.String category)
throws java.io.IOException,
AutomationException
setToolCategory in interface IGPToolcategory - The category (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPToolbox getToolbox()
throws java.io.IOException,
AutomationException
getToolbox in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getToolType()
throws java.io.IOException,
AutomationException
getToolType in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValid()
throws java.io.IOException,
AutomationException
isValid in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLicensedForProduct()
throws java.io.IOException,
AutomationException
isLicensedForProduct in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLicensed()
throws java.io.IOException,
AutomationException
isLicensed in interface IGPTooljava.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 IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canAlter()
throws java.io.IOException,
AutomationException
canAlter in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canEditSource()
throws java.io.IOException,
AutomationException
canEditSource in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getParameterInfo()
throws java.io.IOException,
AutomationException
getParameterInfo in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getDialogCLSID()
throws java.io.IOException,
AutomationException
getDialogCLSID in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void store()
throws java.io.IOException,
AutomationException
store in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessages validate(IArray paramvalues,
boolean updateValues,
IGPEnvironmentManager pEnvMgr)
throws java.io.IOException,
AutomationException
validate in interface IGPToolparamvalues - A reference to a com.esri.arcgis.system.IArray (in)updateValues - The updateValues (in)pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void execute(IArray paramvalues,
ITrackCancel trackCancel,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages)
throws java.io.IOException,
AutomationException
execute in interface IGPToolparamvalues - A reference to a com.esri.arcgis.system.IArray (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean editProperties(int hParent,
IGPEnvironmentManager gPEnvMgr)
throws java.io.IOException,
AutomationException
editProperties in interface IGPToolhParent - The hParent (A COM typedef) (in)gPEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getRenderer(IGPParameter pParam)
throws java.io.IOException,
AutomationException
getRenderer in interface IGPToolpParam - A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPathName()
throws java.io.IOException,
AutomationException
getPathName in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRelativePaths()
throws java.io.IOException,
AutomationException
isRelativePaths in interface IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRelativePaths(boolean relPaths)
throws java.io.IOException,
AutomationException
setRelativePaths in interface IGPToolrelPaths - The relPaths (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 IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHelpFile(java.lang.String file)
throws java.io.IOException,
AutomationException
setHelpFile in interface IGPToolfile - The file (in)
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 IGPTooljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHelpContext(int context)
throws java.io.IOException,
AutomationException
setHelpContext in interface IGPToolcontext - 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 | ||||||||