Uses of Class
org.geotools.gce.imagemosaic.catalog.CatalogConfigurationBeans
Packages that use CatalogConfigurationBeans
-
Uses of CatalogConfigurationBeans in org.geotools.gce.imagemosaic.catalog
Fields in org.geotools.gce.imagemosaic.catalog declared as CatalogConfigurationBeansModifier and TypeFieldDescriptionprotected final CatalogConfigurationBeans
GranuleCatalog.configurations
Methods in org.geotools.gce.imagemosaic.catalog that return CatalogConfigurationBeansModifier and TypeMethodDescriptionprotected CatalogConfigurationBeans
GranuleCatalog.getConfigurations()
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type CatalogConfigurationBeansModifier 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) Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type CatalogConfigurationBeansModifierConstructorDescriptionGranuleCatalog
(Hints hints, CatalogConfigurationBeans configurations) GTDataStoreGranuleCatalog
(Properties params, CatalogConfigurationBeans configurations, boolean create, DataStoreFactorySpi spi, Hints hints) RepositoryDataStoreCatalog
(Properties params, CatalogConfigurationBeans configurations, boolean create, Repository repository, String dataStoreName, DataStoreFactorySpi spi, Hints hints)