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 GranuleCatalog
ImageMosaicConfigHandler.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 TypeClassDescriptionclass
This class simply builds an SRTREE spatial index in memory for fast indexed geometric queries.class
class
Applies read/write locks around all operations to protect the underlying store, which might not be able to handle this scenario correctlyclass
class
A catalog fetching the backing GeoTools data store from aRepository
on demandFields in org.geotools.gce.imagemosaic.catalog declared as GranuleCatalogModifier and TypeFieldDescriptionprotected GranuleCatalog
GranuleCatalogSource.catalog
The underlyingGranuleCatalog
Methods in org.geotools.gce.imagemosaic.catalog that return GranuleCatalogModifier and TypeMethodDescriptionstatic GranuleCatalog
GranuleCatalogFactory.createGranuleCatalog
(URL sourceURL, CatalogConfigurationBeans configurations, Properties overrideParams, Hints hints) static GranuleCatalog
GranuleCatalogFactory.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)