From: Sandro Santilli Date: Thu, 15 Sep 2005 10:24:25 +0000 (+0000) Subject: Moved AddPoint() function from 'geometry constructors' to 'geometry editors' chapter X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f2630ebd2fda5d1de6c855f1379bcbb9aa48fa7;p=postgis Moved AddPoint() function from 'geometry constructors' to 'geometry editors' chapter git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1916 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index cf22062b2..da7dc088f 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4373,16 +4373,6 @@ FROM geometry_table; - - AddPoint(linestring, point, [<position>]) - - - Adds a point to a LineString at position <pos>. - Third parameter can be omitted or set to -1 for appending. - - - - MakePolygon(linestring, [linestring[]]) @@ -4476,6 +4466,16 @@ FROM geometry_table; + + AddPoint(linestring, point, [<position>]) + + + Adds a point to a LineString at position <pos>. + Third parameter can be omitted or set to -1 for appending. + + + + Force_collection(geometry)