Open Table of Contents
Point To Polygon Wizard
Converts a point data set to a polygon feature class.
Attaches to the polygon attribute table the values of the attributes for the
first and last point that form a single polygon
Inputs:
- A point feature layer
- REQUIRED: an ID field which value defines the points to be used for creation of each
polygon
- OPTIONAL: an Order field that defines in what sequence the points describe the polygon.
If no Order field is used the order is defined by the record number of the points
- OPTIONAL: a Link field. The values for the
first and last point that will form a single polygon will be added to
the polygon attribute table.
Outputs:
- New polygon feature class
- Fields to be added to the polyline attribute
table
- [ET_ID] - the field used as Polygon ID
- [ET_FromAtt] - the values of the start
point of the polygon in the Link field (if link field is used)
- [ET_ToAtt] - the values of the end point
of the polygon in the Link field (if link field is used)
Note: There should be at least three points with the same value in the
ID field in order polygons to be created
Example: See the example for Point To
Polyline function