|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPToolInfo
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe4f9e74d_957a_471e_9c4a_6339fee513be
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getCategory()
The tool category. |
java.lang.String |
getDisplayName()
The tool display name. |
IEnvelope |
getExtent()
The extent of the tool. |
java.lang.String |
getHelp()
The url to the tool help. |
java.lang.String |
getName()
The tool name. |
IGPParameterInfos |
getParameterInfo()
The tool parameters. |
void |
setCategory(java.lang.String category)
The tool category. |
void |
setDisplayName(java.lang.String name)
The tool display name. |
void |
setExtentByRef(IEnvelope ppExtent)
The extent of the tool. |
void |
setHelp(java.lang.String helpUrl)
The url to the tool help. |
void |
setName(java.lang.String name)
The tool name. |
void |
setParameterInfoByRef(IGPParameterInfos ppParameterInfos)
The tool parameters. |
| Field Detail |
|---|
static final int IIDe4f9e74d_957a_471e_9c4a_6339fee513be
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(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.
java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayName(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.
java.lang.String getCategory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCategory(java.lang.String category)
throws java.io.IOException,
AutomationException
category - The category (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHelp()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHelp(java.lang.String helpUrl)
throws java.io.IOException,
AutomationException
helpUrl - The helpUrl (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPParameterInfos getParameterInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParameterInfoByRef(IGPParameterInfos ppParameterInfos)
throws java.io.IOException,
AutomationException
ppParameterInfos - A reference to a com.esri.arcgis.geoprocessing.IGPParameterInfos (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope ppExtent)
throws java.io.IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (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 | ||||||||