GISRSStudy » ArcGIS Pro » Overlay Analysis ArcGIS Pro

ArcGIS Pro Overlay Analysis

Overlay analysis in ArcGIS Pro is a technique for applying a common scale of values to diverse and dissimilar inputs to create an integrated analysis.

The are two methods for performing overlay analysis—

  • Feature overlay (overlaying points, lines, or polygons)
  • Raster overlay

Overlay Tools & Toolset

he Overlay toolset contains tools to overlay multiple Feature classes.

ToolDescription
Apportion PolygonSummarizes the attributes of an input polygon layer based on the spatial overlay of a target polygon layer and assigns the summarized attributes to the target polygons. This process is typically known as apportioning or apportionment.
Count Overlapping FeaturesGenerates planarized overlapping features from the input features. The count of overlapping features is written to the output features.
EraseCreates a feature class by overlaying the input features with the erase features.
IdentityComputes a geometric intersection of the input features and identity features.
IntersectComputes a geometric intersection of the input features. Features or portions of features that overlap in all layers or feature classes will be written to the output feature class.
Remove Overlap (multiple)Removes overlap between polygons contained in multiple input layers.
Spatial JoinJoins attributes from one feature to another based on the spatial relationship. The target features and the joined attributes from the join features are written to the output feature class.
Symmetrical DifferenceComputes a geometric intersection of the input and update features, returning the input features and update features that do not overlap.
UnionComputes a geometric union of the input features. All features and their attributes will be written to the output feature class.
UpdateComputes the geometric intersection of the input features and update features.

Overlay Layers

The Overlay Layers tool requires two inputs: i) Input layer, and ii) Overlay layer.

The availability of overlay method options depends on whether the input and overlay layers are points, lines, or polygon (areas).

Overlay MethodInput LayerOverlay Layer
IntersectPoints, lines, or areasPoints, lines, or areas
UnionAreasAreas
EraseAreasPoints, lines, or areas
Scroll to Top