From 8e97c443fa9208f8e92f790ebc9cb6d82e8eddc6 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 13 Sep 2017 20:20:00 +0000 Subject: [PATCH] #2352, #3249, ST_RemoveIsoEdge is not documented git-svn-id: http://svn.osgeo.org/postgis/trunk@15713 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 7010dac7e..97b4f7186 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1784,6 +1784,55 @@ SELECT topology.ST_RemoveIsoNode('ma_topo', 7 ) As result; + + + ST_RemoveIsoEdge + + Removes an isolated edge and returns description of action. If the edge is not isolated, then an exception is thrown. + + + + + + text ST_RemoveIsoEdge + varchar atopology + integer anedge + + + + + + Description + + Removes an isolated edge and returns description of action. If the edge is not isolated, then an exception is thrown. + + + + Availability: 1.? + &sqlmm_compliant; SQL-MM: Topo-Geo and Topo-Net 3: Routine Details: X+1.3.3 + + + + + Examples + +-- Remove an isolated node with no face -- +SELECT topology.ST_RemoveIsoNode('ma_topo', 7 ) As result; + result +------------------------- + Isolated node 7 removed + + + + + + See Also + + + + + + Topology Accessors -- 2.40.0