ST_Difference
Signatures
Description
Computes the difference between geomA
and geomB
.
Implements the OpenGIS Simple Features Implementation Specification for SQL version 1.2.1.
Examples
geomA Polygon | geomB Polygon |
---|---|
POLYGON((1 1, 7 1, 7 6, 1 6, 1 1)) | POLYGON((3 2, 8 2, 8 8, 3 8, 3 2)) |