Skip to main content

Remove Overlap (multiple) (Analysis Tools)

Summary

Removes overlap between polygons contained in multiple input layers.

Illustration

Remove Overlap tool illustration

Usage

  • The Output Feature Class parameter contains the input polygons with overlap removed.

  • If no overlap exists between the input polygons, the output feature class will be a copy of the input.

Parameters

Label Explanation Data type

Input Features

The input features containing the overlapping polygons.

Value Table

Output Feature Class

The feature class containing the new polygon features.

Feature Class

Method

(Optional)

Specifies how the overlap between polygons will be removed.

  • Center LineOverlap will be removed by creating a border that evenly distributes the overlapping area between polygons. This is the simplest method. This is the default. Center Line

  • ThiessenOverlap will be removed using straight lines to divide the area of intersection. This method uses a series of geometric functions to create nonoverlapping trade areas. Thiessen

  • GridOverlap will be removed by creating a grid of parallel lines used to define a natural division between polygons. Grid

String

Attributes To Join

(Optional)

Specifies the attributes of the input layers that will be transferred to the output.

  • All attributesAll attributes from the input features will be transferred to the output feature class. This is the default.

  • All attributes except feature IDsAll attributes from the input features, except the FID field, will be transferred to the output feature class.

  • Only feature IDsOnly the FID field from the input features will be transferred to the output feature class.

String

Environments

Current Workspace

Licensing information

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