From: Sandro Santilli Date: Tue, 3 Jan 2012 10:52:30 +0000 (+0000) Subject: Document TopoGeo_addPoint X-Git-Tag: 2.0.0alpha1~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92104193e8a1702563fdb88fe1213eeb17a5ae38;p=postgis Document TopoGeo_addPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@8652 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 9f88d5b34..3f61a755a 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1994,6 +1994,47 @@ faceid + + + TopoGeo_AddPoint + + +Adds a point to an existing topology using a tolerance and possibly splitting an existing edge. + + + + + + + integer TopoGeo_AddNode + varchar toponame + geometry apoint + float8 tolerance + + + + + + Description + + +Adds a point to an existing topology and return its identifier. +The given point will snap to existing nodes or edges within given tolerance. +An existing edge may be split by the snapped point. + + + + Availability: 2.0.0 + + + + + + See Also + , + + + Polygonize