|
|||||||||
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.Eliminate
public class Eliminate
Merges the selected polygons with neighboring polygons if they have the largest shared border or the largest area. The Eliminate tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Eliminate()
Creates the Eliminate tool with defaults. |
|
Eliminate(Object inCover,
Object outCover,
Object infoExpress)
Creates the Eliminate tool with the required parameters. |
Method Summary | |
---|---|
String |
getFeatureType()
Returns the Feature Type parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage 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 |
getPolygonBoundary()
Returns the Keep polygon boundary parameter of this tool . |
String |
getPolygonOption()
Returns the Eliminating polygon by border 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 |
setFeatureType(String featureType)
Sets the Feature Type parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage 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 |
setPolygonBoundary(String polygonBoundary)
Sets the Keep polygon boundary parameter of this tool . |
void |
setPolygonOption(String polygonOption)
Sets the Eliminating polygon by border 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 Eliminate()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Eliminate(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 coverage whose selected polygons or arcs will be merged into neighboring features.outCover
- the new coverage with all the selected sliver polygons merged into larger features. There should be a smaller number of polygons than the Input Coverage contains.infoExpress
- an INFO query containing one or more logical expressions to select features from the input coverage.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage whose selected polygons or arcs will be merged into neighboring features.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the new coverage with all the selected sliver polygons merged into larger features. There should be a smaller number of polygons than the Input Coverage contains.public Object getInfoExpress()
public void setInfoExpress(Object infoExpress)
infoExpress
- an INFO query containing one or more logical expressions to select features from the input coverage.public String getPolygonBoundary()
public void setPolygonBoundary(String polygonBoundary)
polygonBoundary
- ensures that polygons along the coverage boundary are not altered.public String getFeatureType()
public void setFeatureType(String featureType)
featureType
- the feature class(es) to be eliminated in the Output Coverage. This parameter is only used for polygon coverages.public Object getSelectionFile()
public void setSelectionFile(Object selectionFile)
selectionFile
- a Selection File is a preexisting file that identifies which features will be used.public String getPolygonOption()
public void setPolygonOption(String polygonOption)
polygonOption
- specifies which method will be used for eliminating polygons. This parameter is only used for polygon coverages.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 |