Uses of Class
org.geotools.gce.imagemosaic.catalog.GranuleCatalog
Packages that use GranuleCatalog
-
Uses of GranuleCatalog in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as GranuleCatalogMethods in org.geotools.gce.imagemosaic that return GranuleCatalogModifier and TypeMethodDescriptionprotected GranuleCatalogImageMosaicConfigHandler.buildCatalog()ImageMosaicConfigHandler.getCatalog()ImageMosaicDescriptor.getCatalog()RasterManager.getGranuleCatalog()TODO this should not leak throughConstructors in org.geotools.gce.imagemosaic with parameters of type GranuleCatalogModifierConstructorDescriptionImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog) -
Uses of GranuleCatalog in org.geotools.gce.imagemosaic.catalog
Subclasses of GranuleCatalog in org.geotools.gce.imagemosaic.catalogModifier and TypeClassDescriptionclassThis class simply builds an SRTREE spatial index in memory for fast indexed geometric queries.classclassApplies read/write locks around all operations to protect the underlying store, which might not be able to handle this scenario correctlyclassclassA catalog fetching the backing GeoTools data store from aRepositoryon demandFields in org.geotools.gce.imagemosaic.catalog declared as GranuleCatalogModifier and TypeFieldDescriptionprotected GranuleCatalogGranuleCatalogSource.catalogThe underlyingGranuleCatalogMethods in org.geotools.gce.imagemosaic.catalog that return GranuleCatalogModifier and TypeMethodDescriptionstatic 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) LockingGranuleCatalog.getAdaptee()Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type GranuleCatalogModifierConstructorDescriptionGranuleCatalogSource(RasterManager manager, GranuleCatalog catalog, String typeName, Hints hints) GranuleCatalogStore(RasterManager manager, GranuleCatalog catalog, String typeName, Hints hints) LockingGranuleCatalog(GranuleCatalog delegate, Hints hints)