|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
A convenience abstract class for the GPTool.
The tool generator generates the GP tools by extending this class.
| Field Summary | |
protected java.lang.Object[] |
vals
the parameters of this tool as an array of Objects |
| Constructor Summary | |
AbstractGPTool()
|
|
| Method Summary | |
java.lang.Object[] |
getParameterValues()
Returns the parameters of this tool as an array of Objects. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.geoprocessing.GPTool |
getToolboxAlias, getToolboxName, getToolName |
| Field Detail |
protected java.lang.Object[] vals
This array is for internal consumption only by the GeoProcessor.
| Constructor Detail |
public AbstractGPTool()
| Method Detail |
public java.lang.Object[] getParameterValues()
This method is for internal consumption only by the GeoProcessor.
getParameterValues in interface GPToolpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||