neo4j / sdn-rx

Nextgen Spring Data module for Neo4j supporting (not only) reactive data access and immutable support
https://neo4j.github.io/sdn-rx
Apache License 2.0
65 stars 23 forks source link

Allow for spatial queries with Box and Polygon. #192

Closed michael-simons closed 4 years ago

michael-simons commented 4 years ago

This brings support for the spatial queries within a box or a polygon.

We cannot yet transform those into native spatial queries, so we compute the bounding box of the box or the polygon and use that. In case of polygons, this might lead to „false positive“ depending on the orientation of the polygon.

This closes #191.