SpatialIndex

A spatial index. Spatial indexes are used to speed up searching spatial/geometric data.

Methods
Cursor findByGeometry(TableFilter filter, SearchRow first, SearchRow last, SearchRow intersection)
Find a row or a list of rows and create a cursor to iterate over the result.
Cursor findByGeometry(TableFilter filter, SearchRow first, SearchRow last, SearchRow intersection)
Find a row or a list of rows and create a cursor to iterate over the result.
Parameters:
filter - the table filter (which possibly knows about additional conditions)
first - the lower bound
last - the upper bound
intersection - the geometry which values should intersect with, or null for anything
Returns:
the cursor to iterate over the results