Uses of Class
org.geotools.data.complex.feature.wrapper.FeatureWrapper
- 
Packages that use FeatureWrapper Package Description org.geotools.data.complex.feature.wrapper 
- 
- 
Uses of FeatureWrapper in org.geotools.data.complex.feature.wrapperMethods in org.geotools.data.complex.feature.wrapper with type parameters of type FeatureWrapper Modifier and Type Method Description static <T extends FeatureWrapper>
 TFeatureWrapper. wrap(ComplexAttribute complexAttribute, Class<T> clazz)Attempt to wrap the feature in a FeatureWrapper class.
 
-