[postgis-tickets] [PostGIS] #5314: Implement ST_Extent( TopoGeometry )

PostGIS trac at osgeo.org
Fri Jan 13 13:26:06 PST 2023


#5314: Implement ST_Extent( TopoGeometry )
-------------------------+-----------------------------
 Reporter:  strk         |      Owner:  strk
     Type:  enhancement  |     Status:  new
 Priority:  medium       |  Milestone:  PostGIS Fund Me
Component:  topology     |    Version:
 Keywords:               |
-------------------------+-----------------------------
 The aggregate could collect identifiers of the TopoGeometry objects by
 topology and layer and in the final function select the extent of the
 components. It'd need to be tested if it's really going to be faster as
 it's still a lot of queries in the db, but the idea is to improve the cost
 of such operation by avoiding to construct the Geometry from the
 TopoGeometry.

 See also #2074
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5314>
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-tickets mailing list