Opened 14 years ago
Closed 14 years ago
#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: | master |
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 (1)
comment:1 by , 14 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r7047 implements this, r7048 regress-test it and r7049 documents it.