public interface FileGroupProvider
FileGroupProvider.FileGroup provider allowing to return a CloseableIterator of FileGroupProvider.FileGroups.| Modifier and Type | Interface and Description |
|---|---|
static class |
FileGroupProvider.FileGroup
A Group of Files consisting of a reference to a mainFile, plus a set of support Files (if
any) and metadata map.
|
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<FileGroupProvider.FileGroup> |
getFiles(Query query)
Return
FileGroupProvider.FileGroups matching the specified query (if any). |
CloseableIterator<FileGroupProvider.FileGroup> getFiles(Query query)
FileGroupProvider.FileGroups matching the specified query (if any).
Specifying a null query will result in returning all the available FileGroupProvider.FileGroups.
Copyright © 1996–2019 Geotools. All rights reserved.