Add Geo predicate for usage in "has" step. (This was implemented in the past, but the predicates interface has changed in m9).
- Include support for GeoJson:
g.V().has("location", Geo.INTERSECT,"{ "type": "Point","coordinates": [9, 9]}" )
- Include support for WKT format
g.V().has("location", Geo.INTERSECT,"POINT (9 9)" )
wait with this till spatial4j release 0.5 version. because 0.4.1 does not support Polygon and Multipolygon on their WKTParser and 0.5-SNAPSHOT does
Add Geo predicate for usage in "has" step. (This was implemented in the past, but the predicates interface has changed in m9).
g.V().has("location", Geo.INTERSECT,"{ "type": "Point","coordinates": [9, 9]}" )
g.V().has("location", Geo.INTERSECT,"POINT (9 9)" )
wait with this till spatial4j release 0.5 version. because 0.4.1 does not support Polygon and Multipolygon on their WKTParser and 0.5-SNAPSHOT does