|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool
public abstract class AbstractGPTool
A convenience abstract class for the GPTool.
The tool generator generates the GP tools by extending this class.
Field Summary | |
---|---|
protected Object[] |
vals
the parameters of this tool as an array of Objects |
Constructor Summary | |
---|---|
AbstractGPTool()
|
Method Summary | |
---|---|
Object[] |
getParameterValues()
Returns the parameters of this tool as an array of Objects. |
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 Object[] vals
This array is for internal consumption only by the GeoProcessor.
Constructor Detail |
---|
public AbstractGPTool()
Method Detail |
---|
public Object[] getParameterValues()
This method is for internal consumption only by the GeoProcessor.
getParameterValues
in interface GPTool
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |