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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneralizationInfosgetGeneralizationInfos(Object source)
 
- 
- 
- 
Method Detail- 
getGeneralizationInfosGeneralizationInfos 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 failure- An implementor of this method must call - GeneralizationInfos.validate()otherwise, behavior is unexpected
 
 
- 
 
-