Go to ET GeoWizards 12.x User Guide

Fill Polygon Holes

Go to ToolBox Implementation

Ensures topological correctness of a polygon feature data set.

Inputs:

Outputs:

Notes :

Example:

Input Dataset

After Fill Polygon Holes

ToolBox implementation
(Go to TOP)

Command line syntax 

ET_GPFillPolygonHoles<input_dataset> <out_feature_class>{max_area}

Parameters

Expression Explanation
<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)
{max_area} A Double. Holes with larger area than this tolerance will not be removed.

Scripting syntax

ET_GPFillPolygonHoles(input_dataset, out_feature_class,max_area)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski