ST_Polygonize
Signature
Description
Creates a MULTIPOLYGON
containing all possible POLYGON
s formed
from geom
.
Returns NULL
if the endpoints of
geom
are not properly joined or geom
cannot be "polygonized" (e.g., POINT
s).
Examples
Non-examples
See also