From 6ee4b46ed444a9d173349da6fbce8798db05fca5 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 15 Sep 2005 14:53:43 +0000 Subject: [PATCH] Fixed X(),Y() and Z() functions descriptions, added M(). git-svn-id: http://svn.osgeo.org/postgis/trunk@1918 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 2375775fa..52b25e55e 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3508,9 +3508,8 @@ dimension X(geometry) - Find and return the X coordinate of the first point in the - geometry. Return NULL if there is no point in the - geometry. + Return the X coordinate of the point, or NULL + if the geometry is not a point. @@ -3518,9 +3517,8 @@ dimension Y(geometry) - Find and return the Y coordinate of the first point in the - geometry. Return NULL if there is no point in the - geometry. + Return the Y coordinate of the point, or NULL + if the geometry is not a point. @@ -3528,11 +3526,23 @@ dimension Z(geometry) - Find and return the Z coordinate of the first point in the - geometry. Return NULL if there is no point in the - geometry. + Return the Z coordinate of the point, or NULL + if the geometry is not a point. + + + M(geometry) + + + Return the M coordinate of the point, or NULL + if the geometry is not a point. + This is not (yet) part of the OGC spec, + but is listed here to complete the point coordinate + extractor function list. + + + @@ -4955,7 +4965,7 @@ for large spatial tables. - + Release 1.0.3 Release date: 2005/08/08 -- 2.50.0