Uses of Class
org.geotools.feature.collection.DecoratingFeatureIterator
- 
Packages that use DecoratingFeatureIterator Package Description org.geotools.feature.collection Helper classes for implementing FeatureCollections.
- 
- 
Uses of DecoratingFeatureIterator in org.geotools.feature.collectionSubclasses of DecoratingFeatureIterator in org.geotools.feature.collection Modifier and Type Class Description classClippingFeatureIteratorDecorates a SimpleFeatureIterator with one that return features if intersect the Geometry passed with the Hint.GEOMETRY_CLIPclassDecoratingSimpleFeatureIteratorA feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system.classPushBackFeatureIterator<F extends Feature>A feature iterator allowing to push back one feature
 
-