Package org.geotools.data.collection
Implementations of FeatureCollection for different purposes.
-
Class Summary Class Description CollectionFeatureSource This is a "port" of ContentFeatureSource to work with an iterator.DelegateFeatureReader<T extends FeatureType,F extends Feature> A FeatureReader that wraps up a normal FeatureIterator.ListFeatureCollection FeatureCollection implementation wrapping around a java.util.List.SpatialIndexFeatureCollection FeatureCollection used to stage information for display using a SpatialIndex.SpatialIndexFeatureSource A FeatureSource using a spatial index to hold on to features and serve them up for fast display.TreeSetFeatureCollection Origional implementation of FeatureCollection using a TreeMap for internal storage.