Summary
In ArcGIS Pro, a polygon can be divided using the values of point feature attributes, and points with the same attributes can be grouped together within the polygon. For instance, when studying the different types of antenna towers in a town. Polygons can be created to represent boundaries based on the types of antenna towers and similar towers can be combined into a single polygon.
This article describes the workflow to divide polygon features based on selected attributes in point features in ArcGIS Pro.
Procedure
- Create polygon features around the points using the Create Thiessen Polygon (Analysis) tool.
Note:
The Create Thiessen Polygon (Analysis) tool is only available with an Advanced license.
- In ArcGIS Pro, on the Analysis tab, click Tools to open the Geoprocessing pane.
- Navigate to Toolboxes > Analysis Tools > Proximity > Create Thiessen Polygons.
- For Input Features, select the point feature from which the Thiessen polygons are generated, from the drop-down list. For this example, it is 'Antenna_Tower'.
- For Output Feature Class, specify the name, and save location for the Thiessen polygon.
- For Output Fields, select All fields from the drop-down list.
- Click Run.
Polygons are generated for each point feature as shown in the image below.
- Dissolve the Thiessen polygon based on the point feature attributes.
- On the Analysis tab, click Tools to open the Geoprocessing pane.
- Navigate to Toolboxes > Data Management Tools > Generalization > Dissolve.
- For Input Features, select the Thiessen polygon layer created in Step 1 from the drop-down list.
- Specify a name for Output Feature Class.
- For Dissolve Fields, check or select the desired field(s) to dissolve the lines in the polygon feature.
- Click Run.
Adjacent polygons are merged based on the attribute values of the point features as shown in the image below.
- Clip the polygon feature onto the Thiessen polygon.
- On the Analysis tab, click Tools to open the Geoprocessing pane.
- Navigate to Toolboxes > Analysis Tools > Extract > Clip.
- For Input Features or Dataset, select the dissolved Thiessen polygon from the drop-down list.
- For Clip Features, select the polygon feature to be clipped from the drop-down list.
- Specify a name for Output Features or Dataset.
- Click Run.
The polygon feature is divided based on the point feature values as shown in the image below.