|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPToolInfo
Provides access to the properties/methods of the tool information.
Method Summary | |
---|---|
String |
getCategory()
The tool category. |
String |
getDisplayName()
The tool display name. |
IEnvelope |
getExtent()
The extent of the tool. |
String |
getHelp()
The url to the tool help. |
String |
getName()
The tool name. |
IGPParameterInfos |
getParameterInfo()
The tool parameters. |
void |
setCategory(String category)
The tool category. |
void |
setDisplayName(String name)
The tool display name. |
void |
setExtentByRef(IEnvelope ppExtent)
The extent of the tool. |
void |
setHelp(String helpUrl)
The url to the tool help. |
void |
setName(String name)
The tool name. |
void |
setParameterInfoByRef(IGPParameterInfos ppParameterInfos)
The tool parameters. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCategory(String category) throws IOException, AutomationException
category
- The category (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHelp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHelp(String helpUrl) throws IOException, AutomationException
helpUrl
- The helpUrl (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPParameterInfos getParameterInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterInfoByRef(IGPParameterInfos ppParameterInfos) throws IOException, AutomationException
ppParameterInfos
- A reference to a com.esri.arcgis.geoprocessing.IGPParameterInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
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 |