Package org.geotools.data.gen.info
Interface GeneralizationInfosProvider
- All Known Implementing Classes:
GeneralizationInfosProviderImpl
public interface GeneralizationInfosProvider
- Author:
- Christian Mueller
Interface for objects creating GeneralizsationInfos
-
Method Summary
-
Method Details
-
getGeneralizationInfos
- Parameters:
source
- , source of the info, concrete class depending on implementation- Returns:
- a GeneralizationInfos object
- Throws:
IOException
- in case of failureAn implementor of this method must call
GeneralizationInfos.validate()
otherwise, behavior is unexpected
-