Available in big data analytics.
The Overlay Layers tool combines two layers into a single layer using various methods including intersect, erase, union, identity, and symmetrical difference.
Workflow diagram
Examples
The following are example uses of the Overlay Layers tool:
- The department of environmental quality wants to monitor the impact of livestock grazing on the state's water quality. Biologists with the department need to determine where the land deemed to be grazing allotments intersects with certain watersheds. Overlay layers through an intersect operation can be used to find intersecting areas.
- A development company wants to build a golf resort in one of three centrally located counties in its state. Before the company can begin planning, it needs to determine whether there is enough privately owned land in those counties available to purchase for the resort. Overlay layers through an erase operation can be used to remove the publicly owned lands from the selected counties.
Usage notes
Keep the following in mind when working with the Overlay Layers tool:
- Input and overlay layers may be point, line, or polygon features.
- Sliver features may be excluded based on the tolerance of the processing spatial reference.
- Key fields such as Track ID, Start Time, or End Time will be dropped from the join schema provided to the tool.
- The following table outlines the available overlay operations per input and overlay geometry types:
Input and overlay geometry types Intersect Erase Union Identity Symmetric difference Point and point
Point and polyline
Point and polygon
Polyline and point
Polyline and polyline
Polyline and polygon
Polygon and point
Polygon and polyline
Polygon and polygon
- The supported overlay methods and input geometries are described in the following table:
Overlay method Description Intersect
The features or portions of features in the overlay that overlap the input features are preserved. The input and feature geometry must be the same.
Erase
The features or portions of features in the overlay features that overlap the input features are removed.
Union
The result will contain a geometric union of the input layer and overlay layer. All features and their attributes will be written to the layer.
Identity
The result will contain features or portions of features of the input features and overlay features. Features or portions of features that overlap in both input layer and overlay layer will be written to the output layer.
Symmetric difference
The result will contain features or portions of features of the input layer and the overlay layer that do not overlap.
Parameters
The following are the parameters for the Overlay Layers tool:
Parameter | Description | Data type |
---|---|---|
Input Layer | The input layer for the overlay operation. | Features |
Overlay Layer | The overlay layer for the overlay operation. | Features |
Overlay Operation | Specifies the type of overlay to be performed. Overlay operations include the following:
| String |
Output layer
The output layer will retain the same schema of the target layer and will add fields from the join layer with _overlay appended. Key fields such as Track ID, Start Time, or End Time will be dropped from the join schema provided to the Overlay Layers tool.