|
|||||||||
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.coveragetools.Reselect
public class Reselect
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.
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
- 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 |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the input coverage containing the features that will be selected.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the output coverage containing the selected features.public Object getInfoExpress()
public void setInfoExpress(Object infoExpress)
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:public String getInFeatureType()
public void setInFeatureType(String inFeatureType)
inFeatureType
- the feature class to select:public Object getSelectionFile()
public void setSelectionFile(Object selectionFile)
selectionFile
- a preexisting file that identifies the features to select.public String getOutFeatureType()
public void setOutFeatureType(String outFeatureType)
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.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 |