From: Sandro Santilli Date: Tue, 19 Apr 2011 16:58:57 +0000 (+0000) Subject: Document topology.polygonize() X-Git-Tag: 2.0.0alpha1~1754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa5b4d88784735ed8e8b793ae04fd0aba989a3ee;p=postgis Document topology.polygonize() git-svn-id: http://svn.osgeo.org/postgis/trunk@7049 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index ead3c4a92..dcabad886 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -763,6 +763,38 @@ faceid , , + + + + Polygonize + Find and register all faces defined by topology edges + + + + + text Polygonize + varchar toponame + + + + + + Description + + Register all faces that can be built out a topology edge primitives. + The target topology is assumed to contain no self-intersecting edges. + Already known faces are recognized, so it is safe to call Polygonize multiple times on the same topology. + + + Availability: 2.0.0 + + + + + See Also + , + +