Uses of Class
org.geotools.gce.imagemosaic.catalog.GranuleCatalog
- 
Packages that use GranuleCatalog Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog 
- 
- 
Uses of GranuleCatalog in org.geotools.gce.imagemosaicFields in org.geotools.gce.imagemosaic declared as GranuleCatalog Modifier and Type Field Description protected GranuleCatalogImageMosaicConfigHandler. catalogMethods in org.geotools.gce.imagemosaic that return GranuleCatalog Modifier and Type Method Description protected GranuleCatalogImageMosaicConfigHandler. buildCatalog()GranuleCatalogImageMosaicConfigHandler. getCatalog()GranuleCatalogImageMosaicDescriptor. getCatalog()GranuleCatalogRasterManager. getGranuleCatalog()TODO this should not leak throughConstructors in org.geotools.gce.imagemosaic with parameters of type GranuleCatalog Constructor Description ImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog)
- 
Uses of GranuleCatalog in org.geotools.gce.imagemosaic.catalogSubclasses of GranuleCatalog in org.geotools.gce.imagemosaic.catalog Modifier and Type Class Description classCachingDataStoreGranuleCatalogThis class simply builds an SRTREE spatial index in memory for fast indexed geometric queries.classGTDataStoreGranuleCatalogclassLockingGranuleCatalogApplies read/write locks around all operations to protect the underlying store, which might not be able to handle this scenario correctlyclassQueryCacheGranuleCatalogclassRepositoryDataStoreCatalogA catalog fetching the backing GeoTools data store from aRepositoryon demandFields in org.geotools.gce.imagemosaic.catalog declared as GranuleCatalog Modifier and Type Field Description protected GranuleCatalogGranuleCatalogSource. catalogThe underlyingGranuleCatalogMethods in org.geotools.gce.imagemosaic.catalog that return GranuleCatalog Modifier and Type Method Description static GranuleCatalogGranuleCatalogFactory. createGranuleCatalog(URL sourceURL, CatalogConfigurationBeans configurations, Properties overrideParams, Hints hints)static GranuleCatalogGranuleCatalogFactory. createGranuleCatalog(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints)GranuleCatalogLockingGranuleCatalog. getAdaptee()Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type GranuleCatalog Constructor Description CachingDataStoreGranuleCatalog(GranuleCatalog adaptee)GranuleCatalogSource(RasterManager manager, GranuleCatalog catalog, String typeName, Hints hints)GranuleCatalogStore(RasterManager manager, GranuleCatalog catalog, String typeName, Hints hints)LockingGranuleCatalog(GranuleCatalog delegate, Hints hints)
 
-