public class CatalogConfigurationBeans extends Object
Modifier and Type | Field and Description |
---|---|
static Hints.Key |
COVERAGE_NAME |
Constructor and Description |
---|
CatalogConfigurationBeans() |
CatalogConfigurationBeans(CatalogConfigurationBean loneConfiguration) |
CatalogConfigurationBeans(List<MosaicConfigurationBean> beans) |
CatalogConfigurationBeans(Map<String,CatalogConfigurationBean> configurations) |
Modifier and Type | Method and Description |
---|---|
CatalogConfigurationBean |
first() |
CatalogConfigurationBean |
getByTypeName(String typeName)
Returns the first configuration associated to the specified type name.
|
CatalogConfigurationBean |
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 match
|
Set<String> |
getTypeNames() |
int |
size() |
public static final Hints.Key COVERAGE_NAME
public CatalogConfigurationBeans(Map<String,CatalogConfigurationBean> configurations)
public CatalogConfigurationBeans(CatalogConfigurationBean loneConfiguration)
public CatalogConfigurationBeans()
public CatalogConfigurationBeans(List<MosaicConfigurationBean> beans)
public CatalogConfigurationBean getByTypeName(String typeName)
typeName
- public CatalogConfigurationBean getByTypeQuery(Query q)
public CatalogConfigurationBean first()
public int size()
Copyright © 1996–2023 Geotools. All rights reserved.