Simplify Polygons
Simplifies polygons features geometry preserving the original features shape.
Parameter |
Comments |
Input features <in_features> |
Input polygon features to be simplified. |
Output feature class <out_feature_class> |
New output feature class that will store simplified polygons. |
Simplification algorithm <simplify_alg> |
There are two simplification algorithms available:
|
Handling topological errors <handling_errors> |
In some cases the simplification operation may result in topological errors, these can be handled in the following ways:
|
Simplification tolerance <tolerance> |
The degree at which the simplification operation may affect the input polygon features can be specified as simplification tolerance:
|
Minimum area {min_area} |
Specify minimum area. All simplified polygons smaller than the specified minimum area will be removed from the output feature class. |
Keep points <keep_points> |
When the simplification algorithm leads to the collapsed polygons with zero geometry there is an option to keep such collapsed polygons as points:
|
Note:
This XTools Pro geoprocessing tool is identical to the XTools Pro Simplify Polygons tool.