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() |
boolean |
isAbsolutePath()
Deprecated.
|
boolean |
isCaching() |
boolean |
isHeterogeneous() |
boolean |
isHeterogeneousCRS() |
boolean |
isWrapStore() |
void |
setAbsolutePath(boolean absolutePath)
Deprecated.
|
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 |
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)
@Deprecated public boolean isAbsolutePath()
@Deprecated public void setAbsolutePath(boolean absolutePath)
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)
Copyright © 1996–2019 Geotools. All rights reserved.