locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.99k stars 443 forks source link

Fix spatial predicates for MultiPoint with EMPTY #1015

Closed dr-jts closed 1 year ago

dr-jts commented 1 year ago

Fixes spatial predicates to handle MultiPoint with EMPTY element (and cleans up the handling of all collections with EMPTY elements).

See https://github.com/libgeos/geos/issues/988