xref: /Lucene/lucene/spatial-extras/src/test-files/simple-Queries-BBox.txt (revision 89db4950b9e2aee605d4313592466ad699ea7523)
1C5 @ IsWithin(ENVELOPE(-6, 6, 6, -6))
2C5 @ BBoxWithin(ENVELOPE(-6, 6, 6, -6))
3C10 @ Contains(ENVELOPE(-6, 6, 6, -6))
4C10 @ IsEqualTo(ENVELOPE(-10, 10, 10, -10))
5C5 C10 @ Intersects(ENVELOPE(-2, 2, 2, -2))
6 @ Overlaps(ENVELOPE(-2, 2, 2, -2))
7C5 @ Overlaps(ENVELOPE(-2, 2, 8, -2))
8C5 C10 @ BBoxIntersects(ENVELOPE(-2, 2, 2, -2))
9NW15 @ IsDisjointTo(ENVELOPE(-10, 10, 10, -10))