Description | The |
Syntax | GEO_DIFFERENCE(geometry1, geometry2) |
Output | geometry |
Variables
geometry1: The base geometry.
geometry2: The geometry to subtract from the base geometry.
Example
GEO_DIFFERENCE(`full territory`, `exclusion zone`)
Full Territory | Exclusion Zone | Geo Difference |
Territory A | Zone 1 | Territory A minus Zone 1 |
Territory B | Zone 2 | Territory B minus Zone 2 |
