Class FeatureIndexFeatureResults
java.lang.Object
mil.nga.geopackage.features.index.FeatureIndexFeatureResults
- All Implemented Interfaces:
Iterable<FeatureRow>
,FeatureIndexResults
Iterable Feature Index Results to iterate on feature results from a feature
DAO
- Since:
- 3.1.0
-
Constructor Details
-
FeatureIndexFeatureResults
Constructor- Parameters:
cursor
- result cursor
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<FeatureRow>
-
getCursor
Get the cursor- Returns:
- feature cursor
- Since:
- 6.2.0
-
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
-