public interface GeneralizationInfosProvider
Interface for objects creating GeneralizsationInfos
Modifier and Type | Method and Description |
---|---|
GeneralizationInfos |
getGeneralizationInfos(Object source) |
GeneralizationInfos getGeneralizationInfos(Object source) throws IOException
source
- , source of the info, concrete class depending on implementationIOException
- in case of failure
An implementor of this method must call GeneralizationInfos.validate()
otherwise, behavior is unexpected
Copyright © 1996–2019 Geotools. All rights reserved.