[postgis-devel] [PostGIS] #806: Optimize Geometry(TopoGeometry) for polygons

PostGIS trac at osgeo.org
Sat Jan 22 15:04:51 PST 2011


#806: Optimize Geometry(TopoGeometry) for polygons
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  strk         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  topology     |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/806>
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