ST_ToCurve() method

Converts the geometry to a curve.

Syntax

geometry-expression.ST_ToCurve()

Returns

ST_Curve If the geometry-expression is of type ST_Curve, return the geometry-expression. If the geometry-expression is a geometry collection with a single element of type ST_Curve, return that element. If the geometry-expression is the empty set, return an empty set of type ST_LineString. Otherwise, raise an exception condition.

Examples

Standards

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