com.esri.arcgis.geoprocessing
Class GenericGPTool
java.lang.Object
com.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.GenericGPTool
- All Implemented Interfaces:
- GPTool
public class GenericGPTool
- extends AbstractGPTool
Constructor Summary |
GenericGPTool(java.lang.String name,
java.lang.String toolboxName,
java.lang.String toolboxAlias)
|
Method Summary |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
void |
setParameterValues(java.lang.Object[] vals)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
toolboxName
protected java.lang.String toolboxName
toolboxAlias
protected java.lang.String toolboxAlias
GenericGPTool
public GenericGPTool(java.lang.String name,
java.lang.String toolboxName,
java.lang.String toolboxAlias)
getToolName
public java.lang.String getToolName()
- Description copied from interface:
GPTool
- Returns the name of this tool.
- Returns:
- the tool name
getToolboxName
public java.lang.String getToolboxName()
- Description copied from interface:
GPTool
- Returns the name of the tool box containing this tool.
- Returns:
- the tool box name
setParameterValues
public void setParameterValues(java.lang.Object[] vals)
getToolboxAlias
public java.lang.String getToolboxAlias()
- Description copied from interface:
GPTool
- Returns the alias of the tool box containing this tool.
- Returns:
- the tool box alias