Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.shapefile.index | |
org.geotools.data.shapefile.index.quadtree | |
org.geotools.gce.imagemosaic |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCloseableIterator<T>
Default implementation of CloseableIterator
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<FileGroupProvider.FileGroup> |
FileServiceInfo.getFiles(Query query)
FileGroupProvider providing info content. |
CloseableIterator<FileGroupProvider.FileGroup> |
FileGroupProvider.getFiles(Query query)
Return
FileGroupProvider.FileGroup s matching the specified query (if any). |
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.
|
CloseableIterator<FileGroupProvider.FileGroup> |
FileResourceInfo.getFiles(Query query)
FileGroupProvider providing resource content. |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Data> |
CachedQuadTree.search(Envelope bounds) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Data> |
QuadTree.search(Envelope bounds) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<FileGroupProvider.FileGroup> |
ImageMosaicFileResourceInfo.getFiles(Query query) |
Copyright © 1996–2019 Geotools. All rights reserved.