public interface SpatialIndex
| Modifier and Type | Method and Description |
|---|---|
Cursor |
findByGeometry(SessionLocal session,
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(SessionLocal session, SearchRow first, SearchRow last, SearchRow intersection)
session - the sessionfirst - the lower boundlast - the upper boundintersection - the geometry which values should intersect with, or
null for anything