|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.SelectData
public class SelectData
This tool is intended for use only in ModelBuilder. Selects data in a parent data element. The Select Data tool is used with tools that output a The Select Data tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
SelectData()
Creates the Select Data tool with defaults. |
|
SelectData(Object inDataelement)
Creates the Select Data tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInDataelement()
Returns the Input data element parameter of this tool . |
String |
getOutDataelement()
Returns the Child Data Element parameter of this tool . |
Object |
getOutDataelementDerived()
Returns the Output data element parameter of this tool (Read only). |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setInDataelement(Object inDataelement)
Sets the Input data element parameter of this tool . |
void |
setOutDataelement(String outDataelement)
Sets the Child Data Element parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelectData()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SelectData(Object inDataelement)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDataelement - Data Element | Composite Layer, this tool is only intended for use when building models.| Method Detail |
|---|
public Object getInDataelement()
public void setInDataelement(Object inDataelement)
inDataelement - Data Element | Composite Layer, this tool is only intended for use when building models.public String getOutDataelement()
public void setOutDataelement(String outDataelement)
outDataelement - String, this tool is only intended for use when building models.public Object getOutDataelementDerived()
public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||