Class GranuleCatalogFactory
Object
GranuleCatalogFactory
Simple Factory class for creating
GranuleCatalog
instance to handle the catalog of granules for this mosaic.- Author:
- Simone Giannecchini, GeoSolutions SAS
-
Method Summary
Modifier and TypeMethodDescriptionstatic GranuleCatalog
createGranuleCatalog
(URL sourceURL, CatalogConfigurationBeans configurations, Properties overrideParams, Hints hints) static GranuleCatalog
createGranuleCatalog
(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints)
-
Method Details
-
createGranuleCatalog
public static GranuleCatalog createGranuleCatalog(Properties params, CatalogConfigurationBeans configurations, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints) -
createGranuleCatalog
public static GranuleCatalog createGranuleCatalog(URL sourceURL, CatalogConfigurationBeans configurations, Properties overrideParams, Hints hints)
-