From 43f81d8ac71f10b192f52d8bfa9dd7963e60476e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 9 Jul 2015 09:49:14 +0000 Subject: [PATCH] Clarify ST_AddEdgeModFace docs about new face side (#3198) git-svn-id: http://svn.osgeo.org/postgis/trunk@13791 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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. -- 2.40.0