Interface FeatureIndexResults
- All Superinterfaces:
Iterable<FeatureRow>
- All Known Implementing Classes:
FeatureIndexFeatureResults
,FeatureIndexGeoPackageResults
,FeatureIndexListResults
,FeatureIndexMetadataResults
,FeatureIndexRTreeResults
,ManualFeatureQueryResults
,MultipleFeatureIndexResults
Iterable Feature Index Results to iterate on feature rows
- Since:
- 1.1.0
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
count
long count()Get the count of results- Returns:
- count
-
close
void close()Close the results -
ids
Iterable for iterating over feature ids in place of feature rows- Returns:
- iterable ids
- Since:
- 3.2.0
-