Class FeatureIndexRTreeResults
java.lang.Object
mil.nga.geopackage.extension.rtree.FeatureIndexRTreeResults
- All Implemented Interfaces:
Iterable<FeatureRow>
,FeatureIndexResults
Iterable Feature Index Results to iterate on feature rows retrieved from
RTree results
- Since:
- 3.1.0
-
Constructor Summary
ConstructorDescriptionFeatureIndexRTreeResults
(RTreeIndexTableDao dao, UserCustomCursor cursor) Constructor -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FeatureIndexRTreeResults
Constructor- Parameters:
dao
- RTree Index Table DAOcursor
- result cursor
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<FeatureRow>
-
count
public long count()Get the count of results- Specified by:
count
in interfaceFeatureIndexResults
- Returns:
- count
-
close
public void close()Close the results- Specified by:
close
in interfaceFeatureIndexResults
-
ids
Iterable for iterating over feature ids in place of feature rows- Specified by:
ids
in interfaceFeatureIndexResults
- Returns:
- iterable ids
-