Uses of Interface
org.geotools.coverage.grid.io.GranuleSource
-
Packages that use GranuleSource Package Description org.geotools.coverage.grid.io org.geotools.coverage.io.catalog org.geotools.coverage.io.netcdf org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog -
-
Uses of GranuleSource in org.geotools.coverage.grid.io
Subinterfaces of GranuleSource in org.geotools.coverage.grid.io Modifier and Type Interface Description interface
GranuleStore
API extendingGranuleSource
providing capabilities to add, delete and modify granules.Classes in org.geotools.coverage.grid.io that implement GranuleSource Modifier and Type Class Description class
RenamingGranuleSource
GranuleSource
wrapper exposing a different type nameclass
RenamingGranuleStore
Write supporting subclass ofRenamingGranuleSource
Fields in org.geotools.coverage.grid.io declared as GranuleSource Modifier and Type Field Description protected GranuleSource
RenamingGranuleSource. delegate
Methods in org.geotools.coverage.grid.io that return GranuleSource Modifier and Type Method Description GranuleSource
StructuredGridCoverage2DReader. getGranules(String coverageName, boolean readOnly)
Returns the granule source for the specified coverage (might be null, if there is only one supported coverage)Constructors in org.geotools.coverage.grid.io with parameters of type GranuleSource Constructor Description RenamingGranuleSource(String name, GranuleSource delegate)
Builds aRenamingGranuleSource
-
Uses of GranuleSource in org.geotools.coverage.io.catalog
Classes in org.geotools.coverage.io.catalog that implement GranuleSource Modifier and Type Class Description class
CoverageSlicesCatalogSource
AGranuleSource
implementation wrapping aCoverageSlicesCatalog
. -
Uses of GranuleSource in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return GranuleSource Modifier and Type Method Description GranuleSource
NetCDFReader. getGranules(String coverageName, boolean readOnly)
-
Uses of GranuleSource in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return GranuleSource Modifier and Type Method Description GranuleSource
ImageMosaicReader. getGranules(String coverageName, boolean readOnly)
GranuleSource
RasterManager. getGranuleSource(boolean readOnly, Hints hints)
-
Uses of GranuleSource in org.geotools.gce.imagemosaic.catalog
Classes in org.geotools.gce.imagemosaic.catalog that implement GranuleSource Modifier and Type Class Description class
GranuleCatalogSource
AGranuleSource
implementation wrapping aGranuleCatalog
.class
GranuleCatalogStore
AGranuleStore
implementation wrapping aGranuleCatalog
.
-