Interface FeatureIndexResults
-
- All Superinterfaces:
Iterable<FeatureRow>
- All Known Implementing Classes:
FeatureIndexFeatureResults,FeatureIndexGeoPackageResults,FeatureIndexListResults,FeatureIndexRTreeResults,ManualFeatureQueryResults,MultipleFeatureIndexResults
public interface FeatureIndexResults extends Iterable<FeatureRow>
Iterable Feature Index Results to iterate on feature rows- Since:
- 3.1.0
- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the resultslongcount()Get the count of resultsIterable<Long>ids()Iterable for iterating over feature ids in place of feature rows-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-