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

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Spatial Data Support » Accessing and manipulating spatial data » ST_Point type » ST_Lat method for type ST_Point

 

ST_Lat(DOUBLE) method for type ST_Point

Returns a copy of the point with the latitude coordinate set to the specified latitude value.

Note

If the point-expression is an empty geometry (ST_IsEmpty()=1), then this method returns NULL.

Note

By default, ST_Lat 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
 Parameters
 Returns
 Standards and compatibility