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.imagemosaic
Methods in org.geotools.gce.imagemosaic that return CatalogConfigurationBean Modifier and Type Method Description CatalogConfigurationBean
MosaicConfigurationBean. getCatalogConfigurationBean()
Methods in org.geotools.gce.imagemosaic with parameters of type CatalogConfigurationBean Modifier and Type Method Description void
MosaicConfigurationBean. 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.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return CatalogConfigurationBean Modifier and Type Method Description CatalogConfigurationBean
CatalogConfigurationBeans. first()
CatalogConfigurationBean
CatalogConfigurationBeans. getByTypeName(String typeName)
Returns the first configuration associated to the specified type name.CatalogConfigurationBean
CatalogConfigurationBeans. 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 GranuleDescriptor
CachingDataStoreGranuleCatalog. 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.catalogbuilder
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return CatalogConfigurationBean Modifier and Type Method Description CatalogConfigurationBean
MosaicBeanBuilder. getCatalogConfigurationBean()
Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type CatalogConfigurationBean Modifier and Type Method Description void
MosaicBeanBuilder. setCatalogConfigurationBean(CatalogConfigurationBean catalogConfigurationBean)
-