Class MultipleFeatureIndexResults
java.lang.Object
mil.nga.geopackage.features.index.MultipleFeatureIndexResults
- All Implemented Interfaces:
Iterable<FeatureRow>
,FeatureIndexResults
Iterable Feature Index Results to iterate on feature rows from a combination of multiple
Feature Index Results
- Since:
- 2.0.0
-
Constructor Summary
ConstructorDescriptionConstructorMultipleFeatureIndexResults
(FeatureIndexResults... results) 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
-
MultipleFeatureIndexResults
Constructor- Parameters:
results
- multiple results
-
MultipleFeatureIndexResults
Constructor- Parameters:
results
- multiple results
-
-
Method Details
-
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
-
iterator
- Specified by:
iterator
in interfaceIterable<FeatureRow>
-
ids
Iterable for iterating over feature ids in place of feature rows- Specified by:
ids
in interfaceFeatureIndexResults
- Returns:
- iterable ids
-