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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneralizationInfos
getGeneralizationInfos(Object source)
-
-
-
Method Detail
-
getGeneralizationInfos
GeneralizationInfos getGeneralizationInfos(Object source) throws IOException
- 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
-
-