From aa5b4d88784735ed8e8b793ae04fd0aba989a3ee Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 19 Apr 2011 16:58:57 +0000 Subject: [PATCH] Document topology.polygonize() git-svn-id: http://svn.osgeo.org/postgis/trunk@7049 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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 + , + + -- 2.50.1