Go to ET GeoWizards 12.x User Guide

Polygons to Equal Area Circles

Go to ToolBox Implementation

Creates a circular polygon with equal area for each polygon from the input feature class. The center of the circle is located in the centroid of the original polygon. The attributes of the original features are transferred to the resulting polygons.

Inputs:

Outputs:

EACircles

ToolBox implementation
(Go to TOP)

Command line syntax

ET_GPPolygonsToEqualAreaCircles <input_dataset> <out_feature_class>

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)

Scripting syntax

ET_GPPolygonsToEqualAreaCircles (input_dataset,out_feature_class)

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

Copyright © Ianko Tchoukanski