From: Regina Obe Date: Mon, 14 Feb 2011 03:33:19 +0000 (+0000) Subject: put in missing / and not about implementation X-Git-Tag: 2.0.0alpha1~1987 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54e489203a55fa1f357c68bbf1d9b5de8365ac43;p=postgis put in missing / and not about implementation git-svn-id: http://svn.osgeo.org/postgis/trunk@6813 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index a341f258e..0fc3df283 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1242,7 +1242,7 @@ SELECT ST_AsText(topology.ST_GetFaceGeometry('ma_topo', 1)) As facegeomwkt; ST_AddEdgeNewFaces - Add a new edge and, if in doing so it splits a face, delete the original face and replace it with two new faces. + Add a new edge and, if in doing so it splits a face, delete the original face and replace it with two new faces. (NOT YET IMPLEMENTED) @@ -1262,14 +1262,14 @@ 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 + 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.? - &sqlmm_compliant; SQL-MM: Topo-Geo and Topo-Net 3: Routine Details: X.3.12 + &sqlmm_compliant; SQL-MM: Topo-Geo and Topo-Net 3: Routine Details: X.3.12