ST_IsSimple¶
Introduction: Test if geometry's only self-intersections are at boundary points.
Format: ST_IsSimple (A:geometry)
SQL example:
SELECT ST_IsSimple(polygondf.countyshape)
FROM polygondf
Introduction: Test if geometry's only self-intersections are at boundary points.
Format: ST_IsSimple (A:geometry)
SQL example:
SELECT ST_IsSimple(polygondf.countyshape)
FROM polygondf