Package org.geotools.api.data
Interface FileGroupProvider
-
- All Known Subinterfaces:
FileResourceInfo,FileServiceInfo
- All Known Implementing Classes:
DefaultFileResourceInfo,DefaultFileServiceInfo,ImageMosaicFileResourceInfo
public interface FileGroupProviderAFileGroupProvider.FileGroupprovider allowing to return aCloseableIteratorofFileGroupProvider.FileGroups.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFileGroupProvider.FileGroupA Group of Files consisting of a reference to a mainFile, plus a set of support Files (if any) and metadata map.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloseableIterator<FileGroupProvider.FileGroup>getFiles(Query query)ReturnFileGroupProvider.FileGroups matching the specified query (if any).
-
-
-
Method Detail
-
getFiles
CloseableIterator<FileGroupProvider.FileGroup> getFiles(Query query)
ReturnFileGroupProvider.FileGroups matching the specified query (if any).Specifying a
nullquery will result in returning all the availableFileGroupProvider.FileGroups.
-
-