ST_IsSimple() method

Determines whether the geometry value is simple (containing no self intersections or other irregularities).

Syntax

geometry-expression.ST_IsSimple()

Returns

BIT Returns 1 if the geometry value is simple, otherwise 0.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) 5.1.8