Package org.geotools.data.complex
Interface IndexIdIterator
- All Superinterfaces:
AutoCloseable
,Closeable
,Iterator<String>
- All Known Implementing Classes:
IndexIdIterator.IndexFeatureIdIterator
,IndexIdIterator.IndexUniqueVisitorIterator
Iterator for result ids from index datasource
- Author:
- Fernando MiƱo, Geosolutions
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Index iterator for to work with a FeatureIterator delegatestatic class
Index iterator for to work with UniqueVisitor over id field. -
Method Summary
Methods inherited from interface Iterator
forEachRemaining, hasNext, next, remove