ST_ToPoint() method

Converts the geometry to a point.

Syntax

geometry-expression.ST_ToPoint()

Returns

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

Examples

Standards

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