From: Sandro Santilli Date: Thu, 9 Jul 2015 09:49:14 +0000 (+0000) Subject: Clarify ST_AddEdgeModFace docs about new face side (#3198) X-Git-Tag: 2.2.0rc1~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43f81d8ac71f10b192f52d8bfa9dd7963e60476e;p=postgis Clarify ST_AddEdgeModFace docs about new face side (#3198) git-svn-id: http://svn.osgeo.org/postgis/trunk@13791 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 945ab97b0..bc3b08eeb 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1132,13 +1132,21 @@ Updates all existing joined edges and relationships accordingly. Description -Add a new edge and, if in doing so it splits a face, modify the original -face and add a new face. Unless the face being split is the Universal Face, -the new face will be on the right side of the newly added edge. +Add a new edge and, if doing so splits a face, modify the original +face and add a new one. + + + +If possible, the new face will be created on left side of the new edge. +This will not be possible if the face on the left side will need to +be the Universe face (unbounded). + + + Returns the id of the newly added edge. - + Updates all existing joined edges and relationships accordingly.