Package org.geotools.data.gen.info
Class GeneralizationInfos
Object
GeneralizationInfos
- Author:
- Christian Mueller
Container for for GeneralizationInfo objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add a GeneralizationInfo objectThis data source is the default data source for all GeneraliziationInfo objects in this containerThis workspace is the default workspace for all GeneraliziationInfo objects in this containergetGeneralizationInfoForBaseFeatureName
(String baseFeatureName) get GeneralizationInfo for baseFeatureNamegetGeneralizationInfoForFeatureName
(String featureName) get GeneralizationInfo for featureNamevoid
remove a GeneralizationInfo objectvoid
setDataSourceName
(String dataSourceName) void
setDataSourceNameSpace
(String namespace) void
validate()
-
Constructor Details
-
GeneralizationInfos
public GeneralizationInfos()
-
-
Method Details
-
addGeneralizationInfo
add a GeneralizationInfo object -
removeGeneralizationInfo
remove a GeneralizationInfo object -
getGeneralizationInfoForBaseFeatureName
get GeneralizationInfo for baseFeatureName- Returns:
- GeneralizationInfo or null
- See Also:
-
getGeneralizationInfoForFeatureName
get GeneralizationInfo for featureName- Returns:
- GeneralizationInfo or null
- See Also:
-
getBaseFeatureNames
- Returns:
- list of base feature names
- See Also:
-
getFeatureNames
- Returns:
- list of feature names
- See Also:
-
getDataSourceName
This data source is the default data source for all GeneraliziationInfo objects in this container- Returns:
- the data source name or null
-
setDataSourceName
-
getDataSourceNameSpace
This workspace is the default workspace for all GeneraliziationInfo objects in this container- Returns:
- the namespace name or null
-
setDataSourceNameSpace
-
getGeneralizationInfoCollection
-
validate
- Throws:
IOException
- if the validation of the generalization info objects fails
-