[postgis-devel] [PostGIS] #916: topology.Polygonize: automatically find faces from edges
PostGIS
trac at osgeo.org
Tue Apr 19 02:51:43 PDT 2011
#916: topology.Polygonize: automatically find faces from edges
-------------------------+--------------------------------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
A topology.Polygonize function might be an excellent companion of AddEdge
in that it would greatly simplify batch topology construction (ie: when
you already have a set of noded edges).
Basically you would:
1. topology.AddEdge for each edge
2. topology.Polygonize when done
By that time, you'd have nodes, edges and faces all in place.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/916>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list