From: Sandro Santilli Date: Mon, 13 Feb 2012 20:44:48 +0000 (+0000) Subject: Fix documentation of GetRingEdges X-Git-Tag: 2.0.0alpha5~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51a73afa4b4a6ee1a4e02a7c6b1f6c44c54e47e0;p=postgis Fix documentation of GetRingEdges git-svn-id: http://svn.osgeo.org/postgis/trunk@9179 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 2778675eb..e747ccd2d 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1836,6 +1836,7 @@ Returns an ordered set of edges forming a ring with the given edge . getfaceedges_returntype GetRingEdges varchar atopology integer aring + integer max_edges=null @@ -1851,6 +1852,12 @@ A negative edge identifier means that the given edge is taken backward. You can pass a negative edge id to start walking backward. + +If max_edges is not null no more than those records +are returned by that function. This is meant to be a safety parameter +when dealing with possibly invalid topologies. + + Availability: 2.0