Uses of Interface
org.geotools.coverage.grid.io.GranuleStore
-
Packages that use GranuleStore Package Description org.geotools.coverage.grid.io org.geotools.gce.imagemosaic.catalog -
-
Uses of GranuleStore in org.geotools.coverage.grid.io
Classes in org.geotools.coverage.grid.io that implement GranuleStore Modifier and Type Class Description class
RenamingGranuleStore
Write supporting subclass ofRenamingGranuleSource
Constructors in org.geotools.coverage.grid.io with parameters of type GranuleStore Constructor Description RenamingGranuleStore(String name, GranuleStore delegate)
-
Uses of GranuleStore in org.geotools.gce.imagemosaic.catalog
Classes in org.geotools.gce.imagemosaic.catalog that implement GranuleStore Modifier and Type Class Description class
GranuleCatalogStore
AGranuleStore
implementation wrapping aGranuleCatalog
.
-