GEODI is also a GIS solution and has a powerful query language for spatial relations. This feature enables you to directly query on unstructured data using words, semantics rules and spatial relations. This features will save a lot of time and resources compared to traditional GIS solutions.
...
Found content will be in CONTENT pages, words will be in KEYWORDS page. The map will also show the result.
Table of Contents |
---|
Operators
Info |
---|
bbox Intersects Contains Within Equals Touches Related = Contains + CoveredBy + Touches Distance Covers Overlaps CoveredBy |
...
RelatedContent:Georgia returns the same content but spatial keywords limited to rule. Not spatial keywords are not affected.
Samples
Usage Examples and Parameters | Meaning |
Related:42.5,36.4 | 42.5,36.4 (lon,lat) |
Related:42.5,36.4,43.8,38.5 | 42.5,36.4,43.8,38.5 (lon,lat,lon,lat) |
Related:42.5,36.4,46.0,36.4,43.2,32.1,42.5,36.4 | lon,lat,lon,lat.... area or line string. To be area the first and last coordinates must be same. |
Intersects:"Line 42.5,36.4,46.0,36.4" | lon,lat,lon,lat.... area or line string. |
Touches:"Georgia" | We assume there is a spatial city dictionary and there is a geometry for Georgia. |
Distance:"Georgia geodistance:50000" | Find content within 50000 meters. |
Within:"Georgia geocenter" | Finds documents covers the Georgina geocenter. |
Related:"Route66 geobuffer:10" | Set a buffer around Route66 with 10m and find related content. |
coordinates Coordinates must not contain unnecessary blanks.