ET GeoWizards Toolbox
Eliminate
(Go to the main page of the
function)
Eliminates unwanted polygons (slivers) by merging them into the neighboring polygons or deleting them.
Command line syntax
ET_GPEliminate <input_dataset> <out_feature class> <Attrib | Thickness | Circularity> <Delete | Largest | Longest | Join Field> {SQL_Expression} {thickness_circularity_ratio} {Join_Field}
Parameters
| Part | Description |
|---|---|
| <input_dataset> | A Polygon feature class or feature layer |
| <out_feature class> | A String - the full name of the output feature class (A feature class with the same full name should not exist) |
| <Attrib | Thickness | Circularity> | Selection
Method. A String
- the method to be used for selection of the polygons to be eliminated. The values
can be:
|
| <Delete | Largest | Longest | Join Field> | Elimination
Method. A
String representing the elimination method to be used. The values can be:
|
| {SQL_Expression} | A String - the Where Clause that will be used if "Attrib" selection method is used. Ignored if any of the other selection methods is used. |
| {Join_Field} | A String - A String representing the name of the field to be used with the "Join Field" option. |
| {thickness_circularity_ratio} | A Double representing the value of the ratio to be used. If the selection method is "Thickness" this is the Thickness ratio, if "Circularity" - this is the Circularity ratio. If "Attrib" selection method is specified this value is ignored |
Scripting syntax
ET_GPEliminate (input_dataset, out_feature class, selection_method, elimination_method, SQL_Expression, thickness_circularity_ratio,Join_Field)
See the explanations above:
<> - required parameter
{} - optional parameter