|
|||||||||
| 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.coveragetools.Reselect
public class Reselect
This tool only works with an ArcInfo license and will only be available in ArcToolbox if you have installed ArcInfo Workstation. Extracts selected features from an input coverage and stores them in the output coverage. Features are selected for extraction based on logical expressions or by applying the criteria contained in a The Select tool is contained in the Coverage Tools tool box.
Software restrictions: ArcInfo only
| 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 |
|---|
public Reselect()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Reselect(Object inCover,
Object outCover,
Object infoExpress)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover - Coverage, the input coverage containing the features that will be selected.outCover - Coverage, the output coverage containing the selected features.infoExpress - INFO Expression; INFO Expression..., build a query using Query Builder to create one or more logical expressions to select features from the input coverage.| Method Detail |
|---|
public Object getInCover()
public void setInCover(Object inCover)
inCover - Coverage, the input coverage containing the features that will be selected.public Object getOutCover()
public void setOutCover(Object outCover)
outCover - Coverage, the output coverage containing the selected features.public Object getInfoExpress()
public void setInfoExpress(Object infoExpress)
infoExpress - INFO Expression; INFO Expression..., build a query using Query Builder to create one or more logical expressions to select features from the input coverage.public String getInFeatureType()
public void setInFeatureType(String inFeatureType)
inFeatureType - String, select discovers the feature classes in the Input coverage and offers those available for selection:public Object getSelectionFile()
public void setSelectionFile(Object selectionFile)
selectionFile - File, a selection file is a preexisting file that identifies the features to select.public String getOutFeatureType()
public void setOutFeatureType(String outFeatureType)
outFeatureType - String, 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.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 | ||||||||