org.geotools.data.gen.info
Interface GeneralizationInfosProvider

All Known Implementing Classes:
GeneralizationInfosProviderImpl

public interface GeneralizationInfosProvider

Author:
Christian Mueller Interface for objects creating GeneralizsationInfos
Module:
modules/plugin/feature-pregeneralized (gt-feature-pregeneralized.jar)

Method Summary
 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 failure An implementor of this method must call GeneralizationInfos.validate() otherwise, behavior is unexpected


Copyright © 1996-2010 Geotools. All Rights Reserved.