From 73b89b4b749e313e00f97f4f98e0db0295d02522 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 19 Mar 2013 11:52:47 +0000 Subject: [PATCH] Cleanup and integrate documentation of ST_GetFaceEdges git-svn-id: http://svn.osgeo.org/postgis/trunk@11182 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 80682fcc7..2b41c4da5 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1939,7 +1939,7 @@ ERROR: Two or more faces found ST_GetFaceEdges - Returns a set of ordered edges that bound aface includes the sequence order. + Returns a set of ordered edges that bound aface. @@ -1955,10 +1955,11 @@ ERROR: Two or more faces found Description - Returns a set of ordered edges that bound aface includes the sequence order. Each output consists of a sequence and edgeid. Sequence numbers start with value 1. + Returns a set of ordered edges that bound aface. Each output consists of a sequence and edgeid. Sequence numbers start with value 1. Enumeration of each ring edges start from the edge with smallest identifier. +Order of edges follows a left-hand-rule (bound face is on the left of each directed edge). -- 2.40.0