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.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as GranuleCatalog Modifier and Type Field Description protected GranuleCatalog
ImageMosaicConfigHandler. catalog
Methods in org.geotools.gce.imagemosaic that return GranuleCatalog Modifier and Type Method Description protected GranuleCatalog
ImageMosaicConfigHandler. buildCatalog()
GranuleCatalog
ImageMosaicConfigHandler. getCatalog()
GranuleCatalog
ImageMosaicDescriptor. getCatalog()
GranuleCatalog
RasterManager. 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.catalog
Subclasses of GranuleCatalog in org.geotools.gce.imagemosaic.catalog Modifier and Type Class Description class
CachingDataStoreGranuleCatalog
This class simply builds an SRTREE spatial index in memory for fast indexed geometric queries.class
GTDataStoreGranuleCatalog
class
LockingGranuleCatalog
Applies read/write locks around all operations to protect the underlying store, which might not be able to handle this scenario correctlyclass
QueryCacheGranuleCatalog
class
RepositoryDataStoreCatalog
A catalog fetching the backing GeoTools data store from aRepository
on demandFields in org.geotools.gce.imagemosaic.catalog declared as GranuleCatalog Modifier and Type Field Description protected GranuleCatalog
GranuleCatalogSource. catalog
The underlyingGranuleCatalog
Methods in org.geotools.gce.imagemosaic.catalog that return GranuleCatalog Modifier and Type Method Description static 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)
GranuleCatalog
LockingGranuleCatalog. 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)
-