Ticket #916 (closed enhancement: fixed)
topology.Polygonize: automatically find faces from edges
| Reported by: | strk | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | history | Cc: |
Description
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:
- topology.AddEdge? for each edge
- topology.Polygonize when done
By that time, you'd have nodes, edges and faces all in place.
Change History
Note: See
TracTickets for help on using
tickets.
