From 1b219f0a59e924f8379f1afb6a454b91d182ab7f Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 28 Sep 2004 16:22:21 +0000 Subject: [PATCH] Added AsGML function ref git-svn-id: http://svn.osgeo.org/postgis/trunk@906 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/postgis.xml b/doc/postgis.xml index aeeed1ec8..39ec39518 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3893,6 +3893,17 @@ FROM geometry_table; cx/cy when 'rel' arg is 0, x/y when 'rel' is 1. + + + AsGML(geometry, [precision]) + + + Return the geometry as a GML element. + Second argument may be used to reduce the maximum number + of significant digits used in output (defaults to 15). + + + -- 2.50.1