Returns the m value of the ST_Point value.
If the point-expression is an empty geometry (ST_IsEmpty()=1), then this method returns NULL.
By default, ST_M 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.
point-expression.ST_M()
DOUBLE Returns the m value of the ST_Point value.
SQL/MM (ISO/IEC 13249-3: 2006) 6.1.6
The following example returns the result 40.0
.
SELECT NEW ST_Point( 10.0, 20.0, 30.0, 40.0, 0 ).ST_M() |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |