From 7f2630ebd2fda5d1de6c855f1379bcbb9aa48fa7 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 15 Sep 2005 10:24:25 +0000 Subject: [PATCH] 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 --- doc/postgis.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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) -- 2.50.1