HOW TO

Create polygons from points in ArcGIS Pro

Last Published: July 27, 2023

Summary

Polygons can be created from points to determine the distribution pattern of point features. For example, creating soil maps based on irregular point samplings of soil types, simulating the cellular coverage network based on certain patterns and attributes, or studying the distribution and perimeter of chemical leaks.

The image below shows volcano locations across Japan. In this article, the polygons are created from points to observe the distribution pattern of volcanoes.

Distribution of points data

Procedure

There are various methods to create polygons from points in ArcGIS Pro. Follow any of the methods below depending on the objective.

Use the Aggregate Points (Cartography) tool

Note:
This tool is only available with an ArcGIS Desktop Advanced license.

Use the Aggregate Points tool from the Cartography toolbox to create polygons around clustered points located within a specific aggregate distance.

  1. Click Analysis > Tools to open the Geoprocessing pane in ArcGIS Pro.
  2. Search for the Aggregate Points (Cartography) tool and click it.
  3. Configure the parameters in the Aggregate Points pane.
    1. Select the layer containing the points data for Input Features, that is, VolcanoJapan.
    2. Specify the value and unit for Aggregation Distance, that is, 250 Kilometers. This is the maximum distance in which points are aggregated into the same polygon. Points located beyond this distance are not aggregated.
The Aggregate Points pane
  1. Click Run.

The image below shows four polygons created from points located within a maximum distance of 250 kilometers from one another. The two points (outliers) located beyond the aggregation distance are not included in any polygon.

The output of the Aggregation Points tool.

A stand-alone one-to-many relationship table is created to link the polygons created (OUTPUT_FID) to the source points (INPUT_FID, same as OBJECTID of point features). Only points aggregated into polygons are listed in this table; outliers are excluded.

The relationship table

Use the Minimum Bounding Geometry (Data Management) tool

Note:
This tool is available with all ArcGIS Desktop licenses. However, the function is limited with a Basic or Standard license.

Use the Minimum Bounding Geometry tool from the Data Management toolbox to create the smallest bounding polygon enclosing all input points based on the specified attribute and geometry.

  1. Click Analysis > Tools to open the Geoprocessing pane in ArcGIS Pro.
  2. Search for the Minimum Bounding Geometry (Data Management) tool and click it.
  3. Configure the parameters in the Minimum Bounding Geometry pane.
    1. Select the layer containing the points data for Input Features, that is, VolcanoJapan.
    2. Select Convex hull from the drop-down list for Geometry Type. This creates the smallest convex polygon enclosing all point features.
Note:
A convex polygon is a polygon with interior angles of less than 180 degrees.
  1. Select List for Group Option.
  2. Select the attribute(s) to draw the polygon(s) for Group Field(s), that is, LOCATION. Polygons are created based on the location attribute.
This is the Minimum Bounding Geometry pane.
  1. Click Run.

The image below shows five convex polygons created at five different locations, namely, Hokkaido, Honshu, Izu, Kyushu, and Ryukyu.

This is the output of the Minimum Bounding Geometry.
Note:
By default, Group Option is set to All. Running the Minimum Bounding Geometry tool on all points creates one large polygon that covers all the point features, as shown in the image below.
The output

Use the Create Thiessen Polygons (Analysis) tool

Note:
This tool is available with an ArcGIS Desktop Advanced license.

Use the Create Thiessen Polygons tool from the Analysis toolbox to create Thiessen polygons (also known as Voronoi polygons) that enclose point features. Any location within a Thiessen polygon is closer to the associated point feature compared to any point feature in other Thiessen polygons.

  1. Click Analysis > Tools to open the Geoprocessing pane in ArcGIS Pro.
  2. Search for the Create Thiessen Polygons (Analysis) tool and click it.
  3. Configure the parameters in the Create Thiessen Polygons pane. Select the layer containing the points data for Input Features, that is, VolcanoJapan.
This is the Create Thiessen Polygons pane.
  1. Click Run.

The image below shows Thiessen polygons created around point features. One point feature is associated with one polygon. Any location within a Thiessen polygon is the nearest to its associated point compared to adjacent points in other Thiessen polygons.

This is the output of the Create Thiessen Polygons.

Use the Points To Line (Data Management) and Feature To Polygon (Data Management) tools

Note:
The Points To Line tool is available with all ArcGIS Desktop licenses, while the Feature To Polygon tool is only available with an Advanced license.

Use the Points To Line tool to create lines from points, followed by the Feature To Polygon tool to create polygons within line feature boundaries.

  1. Click Analysis > Tools to open the Geoprocessing pane in ArcGIS Pro.
  2. Search for the Points To Line (Data Management) tool and click it.
  3. Configure the parameters in the Points To Line pane.
    1. Select the layer containing the points data for Input Features, that is, VolcanoJapan.
    2. Select an attribute to draw the line for Line Field, that is, LOCATION. Line features are drawn separately at different locations, and are based on the OBJECTID sequence.
    3. Check the Close Line check box to create closed line features.
This is the Points To Line pane
  1. Click Run.

The image below shows closed line features drawn according to the OBJECTID sequence at five different locations.

The output of the Points To Line tool.
Note:
An unspecified Line Field and randomly located points (based on the OBJECTID sequence) return line features with irregular shapes or patterns, as shown in the image below. This creates a disorganized representation.
This is the output.
  1. Search for Feature To Polygon (Data Management) tool in the Geoprocessing pane and click it.
  2. Configure the parameters in the Feature To Polygon pane. Select the output from Step 3 for Input Features, that is, VolcanoJapan_PointstoLine.
This is the Feature To Polygon pane.
  1. Click Run.

The image below shows polygons created within the line feature boundaries.

This is the output of Feature To Polygon

Use the Points To Line (Data Management) and Feature Envelope To Polygon (Data Management) tools

Note:
The Points To Line tool is available with all ArcGIS Desktop licenses, while the Feature Envelope to Polygon tool is only available with an Advanced license.

Use the Points To Line tool to create lines from points, followed by the Feature Envelope To Polygon tool to create polygons enveloping the lines. The steps below describe how to create polygons from points.

  1. Create lines from points using the Points To Line (Data Management) tool in ArcGIS Pro.
  2. Search for the Feature Envelope To Polygon (Data Management) tool in the Geoprocessing pane and click it.
Note:
The Feature Envelope To Polygon tool works with a multipoint feature class, but not with a point feature class. The tool also allows lines and polygons as input features.
  1. Configure the parameters in the Feature Envelope To Polygon pane. Select the output from Step 1 for Input Features, that is, VolcanoJapan_PointstoLine.
This is the Feature Envelope To Polygon pane
  1. Click Run.

The image below shows five polygons enveloping the line features created at five different locations.

This is the output of Feature Envelope To Polygon tool

Article ID:000021848

Software:
  • ArcGIS Pro 2 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic