Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Spatial Data Support » Accessing and manipulating spatial data » ST_Curve type

 

ST_IsClosed method

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

Note

By default, ST_IsClosed uses the original format for a geometry, if it is available. Otherwise, the internal format is used. For more information about internal and original formats, see STORAGE FORMAT clause, CREATE SPATIAL REFERENCE SYSTEM statement.

 Syntax
 Returns
 See also
 Standards and compatibility
 Example