|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.SelectData
public class SelectData
The Select Data tool selects data in a parent data element such as a folder, geodatabase, feature dataset, or coverage. The Select Data tool is contained in the Data Management Tools tool box.
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
- the input data element can be a folder, geodatabase, feature dataset, or coverage.Method Detail |
---|
public Object getInDataelement()
public void setInDataelement(Object inDataelement)
inDataelement
- the input data element can be a folder, geodatabase, feature dataset, or coverage.public String getOutDataelement()
public void setOutDataelement(String outDataelement)
outDataelement
- the child data element is contained by the input data element. Once the input data element is specified, the child data element control contains a drop-down list of the data elements contained in the input data element. For example, if the input is a feature dataset, all the feature classes within the feature dataset are included in the drop-down list. A single element is selected from this list.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 |