Package org.geotools.data.collection

Implementations of FeatureCollection for different purposes.

See:
          Description

Class Summary
CollectionDataStore Simple data store wrapper for feature collections.
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.
 

Package org.geotools.data.collection Description

Implementations of FeatureCollection for different purposes.



Copyright © 1996-2014 Geotools. All Rights Reserved.