Uses of Interface
org.geotools.api.data.FileGroupProvider
-
Packages that use FileGroupProvider Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data org.geotools.gce.imagemosaic -
-
Uses of FileGroupProvider in org.geotools.api.data
Subinterfaces of FileGroupProvider in org.geotools.api.data Modifier and Type Interface Description interface
FileResourceInfo
ExtendsResourceInfo
with information about the file structure of the resourceinterface
FileServiceInfo
ExtendsServiceInfo
with information about the underlying file structure -
Uses of FileGroupProvider in org.geotools.data
Classes in org.geotools.data that implement FileGroupProvider Modifier and Type Class Description class
DefaultFileResourceInfo
Default implementation ofFileResourceInfo
.class
DefaultFileServiceInfo
Default implementation ofFileServiceInfo
. -
Uses of FileGroupProvider in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement FileGroupProvider Modifier and Type Class Description class
ImageMosaicFileResourceInfo
FileResourceInfo
implementation for ImageMosaic.
-