Package org.geotools.api.data
Interface FileGroupProvider
- All Known Subinterfaces:
FileResourceInfo,FileServiceInfo
- All Known Implementing Classes:
DefaultFileResourceInfo,DefaultFileServiceInfo,ImageMosaicFileResourceInfo
public interface FileGroupProvider
A
FileGroupProvider.FileGroup provider allowing to return a CloseableIterator of FileGroupProvider.FileGroups.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA Group of Files consisting of a reference to a mainFile, plus a set of support Files (if any) and metadata map. -
Method Summary
Modifier and TypeMethodDescriptionReturnFileGroupProvider.FileGroups matching the specified query (if any).
-
Method Details
-
getFiles
ReturnFileGroupProvider.FileGroups matching the specified query (if any).Specifying a
nullquery will result in returning all the availableFileGroupProvider.FileGroups.
-