Interface FeatureIndexResults

All Superinterfaces:
Iterable<FeatureRow>
All Known Implementing Classes:
FeatureIndexFeatureResults, FeatureIndexGeoPackageResults, FeatureIndexListResults, FeatureIndexMetadataResults, FeatureIndexRTreeResults, ManualFeatureQueryResults, MultipleFeatureIndexResults

public interface FeatureIndexResults extends Iterable<FeatureRow>
Iterable Feature Index Results to iterate on feature rows
Since:
1.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close the results
    long
    Get the count of results
    ids()
    Iterable for iterating over feature ids in place of feature rows

    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<Long> ids()
      Iterable for iterating over feature ids in place of feature rows
      Returns:
      iterable ids
      Since:
      3.2.0