Go to ET GeoWizards 12.x User Guide

Build Polygon

Go to ToolBox Implementation

Builds polygon feature class from a polyline layer

Inputs:

Outputs:

Notes :

Example:

Source Polyline Layer

Result Polygon Layer

build_in.jpg (31247 bytes)

build_out.jpg (16290 bytes)

ToolBox implementation

(Go to TOP)

Command line syntax

ET_GPBuildPolygons <input_dataset> <out_feature class> {clean_polylines} {fuzzy_tolerance}

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)
 {clean_polylines} A Boolean indicating whether the input polyline dataset will be cleaned before building.
{fuzzy_tolerance} A Double setting the Fuzzy tolerance (in the units of the input dataset) to be used if the  {clean_polylines} is True. If  {clean_polylines}is False this parameter is ignored
{label_points} A point feature class or feature layer to be used as a source for the polygon attributes.

Scripting syntax

ET_GPBuildPolygons (input_dataset, out_feature class, clean_polylines, fuzzy_tolerance,label_points)

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

Copyright © Ianko Tchoukanski