An overlay analysis is a process of generating new spatial information for
users through processing or analyzing spatial data. For example, if we were to
understand the soil distribution for a specific administrative region, we
could perform an overlay analysis on the national soil map dataset and the
administrative district map dataset and get the desirable result. Overlay
analyses can also be used to process various attribute information for
datasets.
Overlay analyses are widely applied in domains such as resource management, urban development assessment, land management, agriculture, forestry and animal husbandry, statistics, etc.
Spatial overlay analyses may involve logical operations such as And, Or, Not, and XOR. The table below describes the properties and rules of Boolean logical operations on layers. For simplicity, layers A, B, and C in a Euclidean space are defined to be binary images here.
The figure below is an illustration of Boolean logical operations including Contain, Intersect, Union, Difference, and XOR.
Instructions
A region dataset participating in an overlay analysis cannot have overlapped region objects. A dataset with overlapped region objects is invalid, and overlay analysis result generated from it may be erroneous. It is recommended to verify the topology of a dataset before using it in an overlay analysis.
Below is an example of overlapped regions:
Note
- Overlay analyses can be performed on point/line/region objects. There are input dataset(in SuperMap GIS, it is called the 1st dataset) and overlay dataset(in SuperMap GIS, it is called the 2nd dataset).
- Note that the analysis may error if the region dataset or selections have overlayed parts itself..
- The input and overlay datasets must have the same coordinate system.
- It is advised to build a spatial index on the result dataset if the data size is large, to increase the display efficiency of data.