Package | Description |
---|---|
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.catalog |
Modifier and Type | Field and Description |
---|---|
protected GranuleCatalog |
ImageMosaicConfigHandler.catalog |
Modifier and Type | Method and Description |
---|---|
protected GranuleCatalog |
ImageMosaicConfigHandler.buildCatalog() |
GranuleCatalog |
ImageMosaicDescriptor.getCatalog() |
GranuleCatalog |
ImageMosaicConfigHandler.getCatalog() |
GranuleCatalog |
RasterManager.getGranuleCatalog()
TODO this should not leak through
|
Constructor and Description |
---|
ImageMosaicDescriptor(MosaicConfigurationBean configurationBean,
GranuleCatalog catalog) |
Modifier and Type | Class and 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 correctly
|
class |
QueryCacheGranuleCatalog |
class |
RepositoryDataStoreCatalog
A catalog fetching the backing GeoTools data store from a
Repository on demand |
Modifier and Type | Field and Description |
---|---|
protected GranuleCatalog |
GranuleCatalogSource.catalog
The underlying
GranuleCatalog |
Modifier and Type | Method and Description |
---|---|
static GranuleCatalog |
GranuleCatalogFactory.createGranuleCatalog(Properties params,
CatalogConfigurationBeans configurations,
boolean caching,
boolean create,
DataStoreFactorySpi spi,
Hints hints) |
static GranuleCatalog |
GranuleCatalogFactory.createGranuleCatalog(URL sourceURL,
CatalogConfigurationBeans configurations,
Properties overrideParams,
Hints hints) |
GranuleCatalog |
LockingGranuleCatalog.getAdaptee() |
Constructor and 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) |
Copyright © 1996–2023 Geotools. All rights reserved.