[PostGIS] #5770: Expose GEOS 3.13 RelateNG functionality

PostGIS trac at osgeo.org
Fri Aug 23 11:11:03 PDT 2024


#5770: Expose GEOS 3.13 RelateNG functionality
-------------------------+---------------------------
 Reporter:  pramsey      |      Owner:  pramsey
     Type:  enhancement  |     Status:  assigned
 Priority:  critical     |  Milestone:  PostGIS 3.5.0
Component:  postgis      |    Version:  master
 Keywords:               |
-------------------------+---------------------------
 RelateNG generated very few new API end points (prepared relate basically
 the only one) so this update just makes use of the existing API and does
 not add any new SQL functions.

 Some functions that did not support prepared geometry caching now do in
 the presence of GEOS 3.13: touches, crosses, disjoint, overlaps. Existing
 non-cached pair-wise tests should be faster in general thanks to shortcuts
 in RelateNG. Existing cached tests should remain the same, as the code
 line in GEOS uses the same Prepared* implementations as before
 (intersects, for example).
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5770>
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