public class FeatureIndexRTreeResults extends Object implements FeatureIndexResults
| Constructor and Description |
|---|
FeatureIndexRTreeResults(RTreeIndexTableDao dao,
UserCustomCursor cursor)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the results
|
long |
count()
Get the count of results
|
Iterable<Long> |
ids()
Iterable for iterating over feature ids in place of feature rows
|
Iterator<FeatureRow> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FeatureIndexRTreeResults(RTreeIndexTableDao dao, UserCustomCursor cursor)
dao - RTree Index Table DAOcursor - result cursorpublic Iterator<FeatureRow> iterator()
iterator in interface Iterable<FeatureRow>public long count()
count in interface FeatureIndexResultspublic void close()
close in interface FeatureIndexResultspublic Iterable<Long> ids()
ids in interface FeatureIndexResults