com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class SelectData

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.SelectData
All Implemented Interfaces:
GPTool

public class SelectData
extends AbstractGPTool

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

Usage tips:


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

SelectData

public SelectData()
Creates the Select Data tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


SelectData

public SelectData(Object inDataelement)
Creates the Select Data tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inDataelement - Data Element | Composite Layer, this tool is only intended for use when building models.
Method Detail

getInDataelement

public Object getInDataelement()
Returns the Input data element parameter of this tool . This parameter is Data Element | Composite Layer, this tool is only intended for use when building models. This is a required parameter.

Returns:
the Input data element

setInDataelement

public void setInDataelement(Object inDataelement)
Sets the Input data element parameter of this tool . This parameter is Data Element | Composite Layer, this tool is only intended for use when building models. This is a required parameter.

Parameters:
inDataelement - Data Element | Composite Layer, this tool is only intended for use when building models.

getOutDataelement

public String getOutDataelement()
Returns the Child Data Element parameter of this tool . This parameter is String, this tool is only intended for use when building models. This is an optional parameter.

Returns:
the Child Data Element

setOutDataelement

public void setOutDataelement(String outDataelement)
Sets the Child Data Element parameter of this tool . This parameter is String, this tool is only intended for use when building models. This is an optional parameter.

Parameters:
outDataelement - String, this tool is only intended for use when building models.

getOutDataelementDerived

public Object getOutDataelementDerived()
Returns the Output data element parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output data element

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias