Skip to content

new script demonstrating some of the geospatial querying capabilities in Ignite

Levi Remington requested to merge LeviRemi-master-patch-94581 into master

Showcases bounding box intersection spatial query to see which points in the Ignite Cache intersect an input Polygon.

Important note: Geospatial Queries can only be performed against the Well-Known-Text (WKT) format, in my testing. This is not a bad thing, just something to keep in mind as we consider our data model.

Merge request reports