com.esri.arcgis.geoprocessing.tools.coveragetools
Class Reselect

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

public class Reselect
extends AbstractGPTool

Extracts selected features from an input coverage and stores them in the output coverage. The Select tool is contained in the Coverage Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
Reselect()
          Creates the Select tool with defaults.
Reselect(Object inCover, Object outCover, Object infoExpress)
          Creates the Select tool with the required parameters.
 
Method Summary
 Object getInCover()
          Returns the Input Coverage parameter of this tool .
 String getInFeatureType()
          Returns the Feature Type parameter of this tool .
 Object getInfoExpress()
          Returns the INFO Expression parameter of this tool .
 Object getOutCover()
          Returns the Output Coverage parameter of this tool .
 String getOutFeatureType()
          Returns the Output Feature Type parameter of this tool .
 Object getSelectionFile()
          Returns the Selection File parameter of this tool .
 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 setInCover(Object inCover)
          Sets the Input Coverage parameter of this tool .
 void setInFeatureType(String inFeatureType)
          Sets the Feature Type parameter of this tool .
 void setInfoExpress(Object infoExpress)
          Sets the INFO Expression parameter of this tool .
 void setOutCover(Object outCover)
          Sets the Output Coverage parameter of this tool .
 void setOutFeatureType(String outFeatureType)
          Sets the Output Feature Type parameter of this tool .
 void setSelectionFile(Object selectionFile)
          Sets the Selection File 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

Reselect

public Reselect()
Creates the Select tool with defaults.

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


Reselect

public Reselect(Object inCover,
                Object outCover,
                Object infoExpress)
Creates the Select 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:
inCover - the input coverage containing the features that will be selected.
outCover - the output coverage containing the selected features.
infoExpress - write a query that contains one or more logical expressions to select features from the input coverage. Each expression takes one of the following forms:
Method Detail

getInCover

public Object getInCover()
Returns the Input Coverage parameter of this tool . This parameter is the input coverage containing the features that will be selected. This is a required parameter.

Returns:
the Input Coverage

setInCover

public void setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . This parameter is the input coverage containing the features that will be selected. This is a required parameter.

Parameters:
inCover - the input coverage containing the features that will be selected.

getOutCover

public Object getOutCover()
Returns the Output Coverage parameter of this tool . This parameter is the output coverage containing the selected features. This is a required parameter.

Returns:
the Output Coverage

setOutCover

public void setOutCover(Object outCover)
Sets the Output Coverage parameter of this tool . This parameter is the output coverage containing the selected features. This is a required parameter.

Parameters:
outCover - the output coverage containing the selected features.

getInfoExpress

public Object getInfoExpress()
Returns the INFO Expression parameter of this tool . This parameter is write a query that contains one or more logical expressions to select features from the input coverage. Each expression takes one of the following forms: This is a required parameter.

Returns:
the INFO Expression

setInfoExpress

public void setInfoExpress(Object infoExpress)
Sets the INFO Expression parameter of this tool . This parameter is write a query that contains one or more logical expressions to select features from the input coverage. Each expression takes one of the following forms: This is a required parameter.

Parameters:
infoExpress - write a query that contains one or more logical expressions to select features from the input coverage. Each expression takes one of the following forms:

getInFeatureType

public String getInFeatureType()
Returns the Feature Type parameter of this tool . This parameter is the feature class to select: This is an optional parameter.

Returns:
the Feature Type

setInFeatureType

public void setInFeatureType(String inFeatureType)
Sets the Feature Type parameter of this tool . This parameter is the feature class to select: This is an optional parameter.

Parameters:
inFeatureType - the feature class to select:

getSelectionFile

public Object getSelectionFile()
Returns the Selection File parameter of this tool . This parameter is a preexisting file that identifies the features to select. This is an optional parameter.

Returns:
the Selection File

setSelectionFile

public void setSelectionFile(Object selectionFile)
Sets the Selection File parameter of this tool . This parameter is a preexisting file that identifies the features to select. This is an optional parameter.

Parameters:
selectionFile - a preexisting file that identifies the features to select.

getOutFeatureType

public String getOutFeatureType()
Returns the Output Feature Type parameter of this tool . This parameter is the feature class in the output coverage. This must be the same as that of the input feature class, with this exception: When the input feature class is an Anno, Route, Section, or Region subclass and the output coverage is the same as the Input coverage, the output feature class must have a different subclass name. This is an optional parameter.

Returns:
the Output Feature Type

setOutFeatureType

public void setOutFeatureType(String outFeatureType)
Sets the Output Feature Type parameter of this tool . This parameter is the feature class in the output coverage. This must be the same as that of the input feature class, with this exception: When the input feature class is an Anno, Route, Section, or Region subclass and the output coverage is the same as the Input coverage, the output feature class must have a different subclass name. This is an optional parameter.

Parameters:
outFeatureType - the feature class in the output coverage. This must be the same as that of the input feature class, with this exception: When the input feature class is an Anno, Route, Section, or Region subclass and the output coverage is the same as the Input coverage, the output feature class must have a different subclass name.

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