Skip to content
Apache Sedona 1.9.0 is out now, featuring Spark 4.1 support, proj4sedona CRS transformation, Bing Tile functions, and more!

ST_IsSimple

Introduction: Test if geometry's only self-intersections are at boundary points.

ST_IsSimple

Format: ST_IsSimple (A:geometry)

Return type: Boolean

SQL example:

SELECT ST_IsSimple(polygondf.countyshape)
FROM polygondf