ST_RemovePoints
Signature
Description
Remove all coordinates of geom
located within poly
.
Returns NULL
if all coordinates are removed.
May produce invalid Geometries. Use with caution.
This function does not work on GEOMETRYCOLLECTION
s.
Examples
#####POLYGON with holes
See also