Uses of Interface
org.geotools.api.data.CloseableIterator
-
Packages that use CloseableIterator Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data org.geotools.data.shapefile.index org.geotools.data.shapefile.index.quadtree org.geotools.gce.imagemosaic -
-
Uses of CloseableIterator in org.geotools.api.data
Methods in org.geotools.api.data that return CloseableIterator Modifier and Type Method Description CloseableIterator<FileGroupProvider.FileGroup>
FileGroupProvider. getFiles(Query query)
ReturnFileGroupProvider.FileGroup
s matching the specified query (if any).CloseableIterator<FileGroupProvider.FileGroup>
FileResourceInfo. getFiles(Query query)
FileGroupProvider
providing resource content.CloseableIterator<FileGroupProvider.FileGroup>
FileServiceInfo. getFiles(Query query)
FileGroupProvider
providing info content. -
Uses of CloseableIterator in org.geotools.data
Classes in org.geotools.data that implement CloseableIterator Modifier and Type Class Description class
DefaultCloseableIterator<T>
Default implementation of CloseableIteratorMethods in org.geotools.data that return CloseableIterator Modifier and Type Method Description CloseableIterator<FileGroupProvider.FileGroup>
DefaultFileResourceInfo. getFiles(Query query)
Default implementation will ignore the specified query.CloseableIterator<FileGroupProvider.FileGroup>
DefaultFileServiceInfo. getFiles(Query query)
Default implementation will ignore the specified query. -
Uses of CloseableIterator in org.geotools.data.shapefile.index
Methods in org.geotools.data.shapefile.index that return CloseableIterator Modifier and Type Method Description CloseableIterator<Data>
CachedQuadTree. search(Envelope bounds)
-
Uses of CloseableIterator in org.geotools.data.shapefile.index.quadtree
Classes in org.geotools.data.shapefile.index.quadtree that implement CloseableIterator Modifier and Type Class Description class
LazySearchIterator
Iterator that search the quad tree depth first. 32000 indices are cached at a time and each time a node is visited the indices are removed from the node so that the memory footprint is kept small.Methods in org.geotools.data.shapefile.index.quadtree that return CloseableIterator Modifier and Type Method Description CloseableIterator<Data>
QuadTree. search(Envelope bounds)
-
Uses of CloseableIterator in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return CloseableIterator Modifier and Type Method Description CloseableIterator<FileGroupProvider.FileGroup>
ImageMosaicFileResourceInfo. getFiles(Query query)
-