Opened 14 years ago
Closed 14 years ago
#880 closed enhancement (fixed)
topology.AddFace speed up using prepared geometries
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
I belive the current topology.AddFace could be pretty much faster than it is, especially for big polygons, composed by many edges, if the code used prepared geometries implementation rather than computing full intersection matrix for each candidate edge.
Early tests show improvements of up to 45%.
Note:
See TracTickets
for help on using tickets.
Implemented in r7002