ST_IsClosed() method

Tests if the ST_MultiCurve value is closed. A curve is closed if the start and end points are coincident. A multicurve is closed if it is non-empty and has an empty boundary.

Syntax

multicurve-expression.ST_IsClosed()

Returns

BIT Returns 1 if the multicurve is closed, otherwise 0.

Examples

Standards

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