ST_IsClosed() method

Test if the ST_Curve value is closed. A curve is closed if the start and end points are coincident.

Syntax

curve-expression.ST_IsClosed()

Returns

BIT Returns 1 if the curve is closed (and non empty). Otherwise, returns 0.

Examples

Standards

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