From: Sandro Santilli Date: Tue, 28 Sep 2004 16:22:21 +0000 (+0000) Subject: Added AsGML function ref X-Git-Tag: pgis_1_0_0RC1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b219f0a59e924f8379f1afb6a454b91d182ab7f;p=postgis Added AsGML function ref git-svn-id: http://svn.osgeo.org/postgis/trunk@906 b70326c6-7e19-0410-871a-916f4a2858ee --- 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). + + +