public interface FileGroupProvider
FileGroupProvider.FileGroup
provider allowing to return a CloseableIterator
of FileGroupProvider.FileGroup
s.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.FileGroup s matching the specified query (if any). |
CloseableIterator<FileGroupProvider.FileGroup> getFiles(Query query)
FileGroupProvider.FileGroup
s matching the specified query (if any).
Specifying a null
query will result in returning all the available FileGroupProvider.FileGroup
s.
Copyright © 1996–2019 Geotools. All rights reserved.