public class CatalogConfigurationBean extends Object
Constructor and Description |
---|
CatalogConfigurationBean() |
CatalogConfigurationBean(CatalogConfigurationBean that) |
Modifier and Type | Method and Description |
---|---|
String |
getLocationAttribute()
location attribute name
|
PathType |
getPathType() |
String |
getSuggestedFormat() |
String |
getSuggestedIsSPI() |
String |
getSuggestedSPI() |
String |
getTypeName() |
URLSourceSPIProvider |
getUrlSourceSPIProvider() |
boolean |
isCaching() |
boolean |
isHeterogeneous() |
boolean |
isHeterogeneousCRS() |
boolean |
isWrapStore() |
void |
setCaching(boolean caching) |
void |
setHeterogeneous(boolean heterogeneous) |
void |
setHeterogeneousCRS(boolean heterogeneousCRS) |
void |
setLocationAttribute(String locationAttribute) |
void |
setPathType(PathType pathType) |
void |
setSuggestedFormat(String suggestedFormat) |
void |
setSuggestedIsSPI(String suggestedIsSPI) |
void |
setSuggestedSPI(String suggestedSPI) |
void |
setTypeName(String typeName) |
void |
setUrlSourceSPIProvider(URLSourceSPIProvider urlSourceSPIProvider) |
void |
setWrapStore(boolean wrapStore) |
public CatalogConfigurationBean()
public CatalogConfigurationBean(CatalogConfigurationBean that)
public String getTypeName()
public void setTypeName(String typeName)
public String getLocationAttribute()
public void setLocationAttribute(String locationAttribute)
public boolean isCaching()
public void setCaching(boolean caching)
public String getSuggestedSPI()
public void setSuggestedSPI(String suggestedSPI)
suggestedSPI
- the suggestedSPI to setpublic boolean isHeterogeneous()
public void setHeterogeneous(boolean heterogeneous)
public boolean isHeterogeneousCRS()
public void setHeterogeneousCRS(boolean heterogeneousCRS)
public PathType getPathType()
public void setPathType(PathType pathType)
public boolean isWrapStore()
public void setWrapStore(boolean wrapStore)
public String getSuggestedFormat()
public void setSuggestedFormat(String suggestedFormat)
public String getSuggestedIsSPI()
public void setSuggestedIsSPI(String suggestedIsSPI)
public URLSourceSPIProvider getUrlSourceSPIProvider()
public void setUrlSourceSPIProvider(URLSourceSPIProvider urlSourceSPIProvider)
Copyright © 1996–2021 Geotools. All rights reserved.