HOW TO

Calculate and visualize 3D density for z-enabled points

Last Published: April 25, 2020

Summary

When visualizing the quantity of an input point layer, points in close proximity can be difficult to analyze and differentiate. In this case, 3D density values can be used to display the relative density of points using a color scheme. To perform the 3D density analysis, the layer surface is treated as an elevation surface, and density values for the z-enabled points are calculated.

Procedure

The following steps describe how to calculate and visualize 3D density for z-enabled points:

Note:
The Buffer 3D tool and the Inside 3D tool require an ArcGIS 3D Analyst license.
  1. Run the Buffer 3D tool to create three-dimensional buffers around the points:
    1. For Input Features, select the point layer.
    2. Set the output name and location.
    3. Specify the desired distance, and select Meters for unit.
    4. Click OK.

      The Buffer 3D tool dialog box.
       
  2. Run the Inside 3D tool to create a complex output table:
    1. For Input Features, select the point layer.
    2. For Input Multipatch Features, select the buffer output generated in Step 1.
    3. Specify the output table name and location.
    4. Check the Complex Output Table > click OK. This step generates a unique ID known as CONTAIN_ID for each multipatch intersecting the input features.

      The Inside 3D tool dialog box.
       
  3. Run the Summary Statistics tool on the output table, and set the parameters as below. This step generates density values (number of points) in each 3D buffer.
    1. For Input Table, select the complex output table generated in Step 2.
    2. Specify the summary statistics output table name and location.
    3. Select CONTAIN_ID from the Statistic Field drop-down list, and set COUNT for Statistic Type.
    4. Select CONTAIN_ID from the Case field drop-down list, and click OK.

      An image of the Summary Statistics tool dialog box.
       
  4. Run the Join Field tool to join the density values from the summary statistics table to the point layer's attribute table.
    1. For Input Table, select the point layer.
    2. Select FID or OBJECTID for Input Join Field.
    3. For Join Table, select the summary statistics output table generated in Step 3.
    4. Select CONTAIN_ID for Output Join Field.
    5. Check the COUNT_CONTAIN_ID > click OK.

      An image of the Join Field tool dialog box.
       
  5. Right-click the point layer in the Table Of Contents > Properties.
  6. In the Layer Properties window, apply symbology as desired > click OK.
An image of the Layer Properties window.

The image below shows the output 3D density layer after applying symbology.

Animage of the final output of the 3D density points
 

The density values are added to the point layer's attribute table as shown below.

An image of the point layer's attribute table with density values.

Article ID:000014567

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