Join Attributes From Polygon (Crime Analysis and Safety)

ArcGIS Pro 3.4 | | Help archive

Summary

Joins attributes from input polygon features to input point features.

Usage

  • The tool transfers attributes from Input Polygon Features parameter value to the Target Point Features parameter value when a point feature is completely within or contained by a polygon feature.

  • By default, no attributes of the Input Polygon Features value are appended to attributes of the Target Point Features value. You can define which attributes will be added to the Target Point Features value by specifying them in the Join Fields parameter.

  • When a feature in the Target Point Features value is contained by multiple features in the Input Polygon Features value, the point will get the attribute from the polygon with the largest object ID value.

Parameters

LabelExplanationData Type
Target Point Features

The point features that will be updated with attributes from the Input Polygon Features parameter value.

The point features that will be updated with attributes from the in_features parameter value.

Feature Layer
Input Polygon Features

The input polygon features.

Feature Layer
Join Fields
(Optional)

The fields from the input polygon features that will be appended to the target point features.

Field
Overwrite matching fields in target point features
(Optional)

Specifies whether existing fields in the Target Point Features parameter value that have names that match fields in the Join Fields parameter value will be overwritten.

  • Checked—The matching fields will be overwritten.
  • Unchecked—The existing fields will not be overwritten, and new fields will be generated. This is the default.
Boolean

Derived Output

LabelExplanationData Type
Updated Point Features

The updated point features.

Feature Layer

Environments

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics