HOW TO

Symbolize polygons based on the number of intersecting points

Last Published: April 2, 2021

Summary

The instructions provided describe how to symbolize polygons based on the number of points that intersect or are inside the polygons.

Procedure

Before symbolizing the appropriate polygon, determine the number of points that intersect with the polygon by joining the points. This creates a new polygon feature class that has a count field representing the number of points that fall inside the polygon.

  1. Perform a spatial join.
    1. In the Table Of Contents pane, under Layers, right-click the polygon layer, and select Joins and Relates > Join.
    2. In the Join Data window, under What do you want to join to this layer?, select Join data from another layer based on spatial location.
    3. Under Choose the layer to join to this layer, or load soatial data from disk, select the desired point layer from the drop-down list to join with the polygon layer.
    4. In the You are joining: Points to Polygons section, select Each polygon will be given a summary of the numeric attributes of the points that fall inside it, and a count field showing how many points that fall inside it, and specify the desired methodology for the summation.
    5. Specify a location for the output layer.
    6. Click OK.
The Join Data window displaying the point layer to be joined to the polygon layer, the methods for joining the layers, and the output location of the result layer.
  1. Export the polygon feature to a new feature class so the join becomes permanent.
    1. In the Table Of Contents pane, under Layers, right-click the polygon feature class. Click Data > Export Data.
    2. Select Yes to add the exported layer to the Table Of Contents.
  2. Symbolize the new polygon feature class based on quantities using graduated colors.
    1. Right-click the new polygon feature class in the Table Of Contents, and click Properties.
    2. In the Layer Properties window, select the Symbology tab, and click Quantities > Graduated colors.
    3. Select the field from the Value drop-down menu (for example, Count) in which the summated values exist.
    4. Click OK.
The Layer Properties window displaying the Symbology tab. Clicking Quantities displays the Graduated colors parameters. Next to the Layer Properties window, the polygon layer joined with the point layer are displayed.
Note:
If the error message, "Maximum sample size reached" is returned, follow the steps provided in Error: Maximum sample size reached. Not all records are being used to resolve the issue.

Article ID:000012179

Software:
  • ArcMap

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic