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 |
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,
boolean caching,
boolean create,
DataStoreFactorySpi spi,
Hints hints) |
static GranuleCatalog |
GranuleCatalogFactory.createGranuleCatalog(URL sourceURL,
CatalogConfigurationBean catalogConfigurationBean,
Properties overrideParams,
Hints hints) |
GranuleCatalog |
CachingDataStoreGranuleCatalog.getAdaptee() |
Constructor and Description |
---|
GranuleCatalogSource(RasterManager manager,
GranuleCatalog catalog,
String typeName,
Hints hints) |
GranuleCatalogStore(RasterManager manager,
GranuleCatalog catalog,
String typeName,
Hints hints) |
Copyright © 1996–2022 Geotools. All rights reserved.