From: Sandro Santilli Date: Wed, 4 May 2011 18:20:26 +0000 (+0000) Subject: Document ST_ModEdgeHeal [RT-SIGTA] X-Git-Tag: 2.0.0alpha1~1717 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d733cce8fe22644204508a0a58747d7de6f58a5;p=postgis Document ST_ModEdgeHeal [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7090 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 0c16b9aa3..756a2616b 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1647,7 +1647,57 @@ SELECT topology.ST_ModEdgeSplit('ma_topo', 3, ST_SetSRID(ST_Point(227594,893910 See Also - + + + + + + + + + + + ST_ModEdgeHeal + + +Heal two edges by deleting the node connecting them, modifying the first edge +and deleting the second edge. + + + + + + + text ST_ModEdgeHeal + varchar atopology + integer anedge + integer anotheredge + + + + + + Description + + +Heal two edges by deleting the node connecting them, modifying the first edge +and deleting the second edge. + + + + + Availability: 2.0 + &sqlmm_compliant; SQL-MM: Topo-Geo and Topo-Net 3: Routine Details: X.3.9 + + + + + + See Also + + + + @@ -1755,7 +1805,11 @@ SELECT topology.ST_NewEdgesSplit('ma_topo', 2, ST_GeomFromText('POINT(227578.5 See Also - + + + + +