Ticket #806 (closed enhancement: fixed)
Optimize Geometry(TopoGeometry) for polygons
| Reported by: | strk | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | Cc: |
Description
Current TopoGeometry::Geometry cast makes an ST_Union of the geometry obtained with each face. Instead, it could apply the BuildArea? directly on the set of edges referencing all the faces composing the TopoGeometry.
In addition to skip the union and passing everything to BuildArea? we'd have another advantage in that we could skip edges having one of the TopoGeometry faces on _both_ sides as those edges would dissolve in the output anyway.
Change History
Note: See
TracTickets for help on using
tickets.
