Uses of Class
org.geotools.feature.collection.DelegateFeatureIterator
Packages that use DelegateFeatureIterator
Package
Description
Helper classes for implementing FeatureCollections.
-
Uses of DelegateFeatureIterator in org.geotools.feature.collection
Subclasses of DelegateFeatureIterator in org.geotools.feature.collectionModifier and TypeClassDescriptionclass
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system.