orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
208 stars 63 forks source link

Add coverage functions #1394

Open ebocher opened 2 months ago

ebocher commented 2 months ago

JTS 1.20 adds new coverage functions.

It will be nice to support the same PostGIS functions as https://postgis.net/docs/en/ST_CoverageInvalidEdges.html

However, it doesn't seem possible at the moment, as H2 doesn't support custom window function.