ST_IsSimple (A: Geometry)
true
false
SELECT ST_IsSimple(ST_GeomFromWKT('POLYGON((1 1, 3 1, 3 3, 1 3, 1 1))'))
Was this page helpful?