From abe90b01940ba5623a9b4fa9681adb6908231f03 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 13 Feb 2011 03:51:45 +0000 Subject: [PATCH] ST_AddEdgeNewFaces - On closer inspection -- a lot of work is done in it, but not enough to make it functional. git-svn-id: http://svn.osgeo.org/postgis/trunk@6810 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 51088b9d2..c8e464588 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1263,7 +1263,7 @@ SELECT ST_AsText(topology.ST_GetFaceGeometry('ma_topo', 1)) As facegeomwkt; Add a new edge and, if in doing so it splits a face, delete the original face and replace it with two new faces. If any arguments are null (meaning the nodes must already exist in the node table of the topology schema) , the acurve is not a LINESTRING, the anode and anothernode are not the start and endpoints of acurve then an error is thrown. If the spatial reference system (srid) of the acurve geometry is not the same as the topology an exception is thrown. - + This is not completely implemented yet and currently always throws a NOT YET IMPLEMENTED error Availability: 1.? -- 2.50.1