From 8d14f09842eed6557cf349427a52a7d29174e5f6 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 3 Jan 2012 23:24:17 +0000 Subject: [PATCH] Document TopoGeo_AddPolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@8664 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 54 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 631461343..a906e9c94 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1866,6 +1866,7 @@ An existing edge may be split by the snapped point. See Also , +, , @@ -1909,7 +1910,58 @@ Existing edges may be split by the line. See Also - , + +, +, +, + + + + + + + + TopoGeo_AddPolygon + + +Adds a polygon to an existing topology using a tolerance and possibly splitting existing edges/faces. + + + + + + + integer TopoGeo_AddPolygon + varchar atopology + geometry aline + float8 atolerance + + + + + + Description + + +Adds a polygon to an existing topology and return a set of face identifiers forming it up. +The boundary of the given polygon will snap to existing nodes or edges within given tolerance. +Existing edges and faces may be split by the boundary of the new polygon. + + + + Availability: 2.0.0 + + + + + + See Also + +, +, +, + + -- 2.40.0