Opened 2 months ago
Closed 2 months ago
#5770 closed enhancement (fixed)
Expose GEOS 3.13 RelateNG functionality
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 3.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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).
Change History (2)
comment:2 by , 2 months ago
comment:3 by , 2 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 907df5f/git: