public class GeneralizationInfos extends Object
Container for for GeneralizationInfo objects
Constructor and Description |
---|
GeneralizationInfos() |
Modifier and Type | Method and Description |
---|---|
void |
addGeneralizationInfo(GeneralizationInfo info)
add a GeneralizationInfo object
|
Collection<String> |
getBaseFeatureNames() |
String |
getDataSourceName()
This data source is the default data source for all GeneraliziationInfo objects in this
container
|
String |
getDataSourceNameSpace()
This workspace is the default workspace for all GeneraliziationInfo objects in this container
|
Collection<String> |
getFeatureNames() |
Collection<GeneralizationInfo> |
getGeneralizationInfoCollection() |
GeneralizationInfo |
getGeneralizationInfoForBaseFeatureName(String baseFeatureName)
get GeneralizationInfo for baseFeatureName
|
GeneralizationInfo |
getGeneralizationInfoForFeatureName(String featureName)
get GeneralizationInfo for featureName
|
void |
removeGeneralizationInfo(GeneralizationInfo info)
remove a GeneralizationInfo object
|
void |
setDataSourceName(String dataSourceName) |
void |
setDataSourceNameSpace(String namespace) |
void |
validate() |
public void addGeneralizationInfo(GeneralizationInfo info)
info
- public void removeGeneralizationInfo(GeneralizationInfo info)
info
- public GeneralizationInfo getGeneralizationInfoForBaseFeatureName(String baseFeatureName)
baseFeatureName
- for info about baseFeatureName
public GeneralizationInfo getGeneralizationInfoForFeatureName(String featureName)
featureName
- for info about featureName
public Collection<String> getBaseFeatureNames()
for info about basefeatureName
public Collection<String> getFeatureNames()
for info about featureName
public String getDataSourceName()
public void setDataSourceName(String dataSourceName)
public String getDataSourceNameSpace()
public void setDataSourceNameSpace(String namespace)
public Collection<GeneralizationInfo> getGeneralizationInfoCollection()
public void validate() throws IOException
IOException
- if the validation of the generalization info objects failsCopyright © 1996–2019 Geotools. All rights reserved.