Uses of Class
org.geotools.gce.imagemosaic.catalog.CatalogConfigurationBean
- 
Packages that use CatalogConfigurationBean Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog org.geotools.gce.imagemosaic.catalogbuilder 
- 
- 
Uses of CatalogConfigurationBean in org.geotools.gce.imagemosaicMethods in org.geotools.gce.imagemosaic that return CatalogConfigurationBean Modifier and Type Method Description CatalogConfigurationBeanMosaicConfigurationBean. getCatalogConfigurationBean()Methods in org.geotools.gce.imagemosaic with parameters of type CatalogConfigurationBean Modifier and Type Method Description voidMosaicConfigurationBean. setCatalogConfigurationBean(CatalogConfigurationBean catalogConfigurationBean)Constructors in org.geotools.gce.imagemosaic with parameters of type CatalogConfigurationBean Constructor Description CogGranuleAccessProvider(CatalogConfigurationBean bean)
- 
Uses of CatalogConfigurationBean in org.geotools.gce.imagemosaic.catalogMethods in org.geotools.gce.imagemosaic.catalog that return CatalogConfigurationBean Modifier and Type Method Description CatalogConfigurationBeanCatalogConfigurationBeans. first()CatalogConfigurationBeanCatalogConfigurationBeans. getByTypeName(String typeName)Returns the first configuration associated to the specified type name.CatalogConfigurationBeanCatalogConfigurationBeans. getByTypeQuery(Query q)Looks up the configurations considering both the query (looking for the COVERAGE_NAME hint) and falls back on the type name, if the first did not provide a matchMethods in org.geotools.gce.imagemosaic.catalog with parameters of type CatalogConfigurationBean Modifier and Type Method Description protected GranuleDescriptorCachingDataStoreGranuleCatalog. getGranuleDescriptor(CatalogConfigurationBean configuration, SimpleFeature sf)Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type CatalogConfigurationBean Constructor Description CatalogConfigurationBean(CatalogConfigurationBean that)CatalogConfigurationBeans(CatalogConfigurationBean loneConfiguration)Constructor parameters in org.geotools.gce.imagemosaic.catalog with type arguments of type CatalogConfigurationBean Constructor Description CatalogConfigurationBeans(Map<String,CatalogConfigurationBean> configurations)
- 
Uses of CatalogConfigurationBean in org.geotools.gce.imagemosaic.catalogbuilderMethods in org.geotools.gce.imagemosaic.catalogbuilder that return CatalogConfigurationBean Modifier and Type Method Description CatalogConfigurationBeanMosaicBeanBuilder. getCatalogConfigurationBean()Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type CatalogConfigurationBean Modifier and Type Method Description voidMosaicBeanBuilder. setCatalogConfigurationBean(CatalogConfigurationBean catalogConfigurationBean)
 
-