Uses of Class
org.geotools.api.data.FileGroupProvider.FileGroup
-
Packages that use FileGroupProvider.FileGroup Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.coverage.grid.io org.geotools.data org.geotools.gce.geotiff A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.org.geotools.gce.image org.geotools.gce.imagemosaic -
-
Uses of FileGroupProvider.FileGroup in org.geotools.api.data
Methods in org.geotools.api.data that return types with arguments of type FileGroupProvider.FileGroup Modifier and Type Method Description CloseableIterator<FileGroupProvider.FileGroup>FileGroupProvider. getFiles(Query query)ReturnFileGroupProvider.FileGroups matching the specified query (if any).CloseableIterator<FileGroupProvider.FileGroup>FileResourceInfo. getFiles(Query query)FileGroupProviderproviding resource content.CloseableIterator<FileGroupProvider.FileGroup>FileServiceInfo. getFiles(Query query)FileGroupProviderproviding info content. -
Uses of FileGroupProvider.FileGroup in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return types with arguments of type FileGroupProvider.FileGroup Modifier and Type Method Description protected List<FileGroupProvider.FileGroup>AbstractGridCoverage2DReader. getFiles()Returns a list of files making up the source data for this reader (as a whole). -
Uses of FileGroupProvider.FileGroup in org.geotools.data
Fields in org.geotools.data with type parameters of type FileGroupProvider.FileGroup Modifier and Type Field Description protected List<FileGroupProvider.FileGroup>DefaultFileResourceInfo. filesprotected List<FileGroupProvider.FileGroup>DefaultFileServiceInfo. filesMethods in org.geotools.data that return types with arguments of type FileGroupProvider.FileGroup Modifier and Type Method Description 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.Constructor parameters in org.geotools.data with type arguments of type FileGroupProvider.FileGroup Constructor Description DefaultFileResourceInfo(List<FileGroupProvider.FileGroup> files)DefaultFileServiceInfo(List<FileGroupProvider.FileGroup> files) -
Uses of FileGroupProvider.FileGroup in org.geotools.gce.geotiff
Methods in org.geotools.gce.geotiff that return types with arguments of type FileGroupProvider.FileGroup Modifier and Type Method Description protected List<FileGroupProvider.FileGroup>GeoTiffReader. getFiles() -
Uses of FileGroupProvider.FileGroup in org.geotools.gce.image
Methods in org.geotools.gce.image that return types with arguments of type FileGroupProvider.FileGroup Modifier and Type Method Description protected List<FileGroupProvider.FileGroup>WorldImageReader. getFiles() -
Uses of FileGroupProvider.FileGroup in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return types with arguments of type FileGroupProvider.FileGroup Modifier and Type Method Description CloseableIterator<FileGroupProvider.FileGroup>ImageMosaicFileResourceInfo. getFiles(Query query)
-