Overlay Methods

Based on Boolean connectors, they are operations performed on input layers to produce a specific output.
Type:
1) Union (A OR B)
2) Intersect (A AND B)
3) Difference (A XOR B)
4) Identity (A AND [B OR A])

Leave a Reply