Package org.geotools.data.store

Interface Summary
TypeEntry Starting place for holding information about a FeatureType.
 

Class Summary
AbstractDataStore2 Represents a stating point for implementing your own DataStore.
AbstractFeatureSource2  
ActiveTypeEntry Starting place for holding information about a FeatureType.
ContentDataStore Abstract base class for data stores.
ContentEntry An entry for a type or feature source provided by a datastore.
ContentFeatureCollection A FeatureCollection that completly delegates to a backing FetaureSource.
ContentFeatureCollection.WrappingFeatureIterator  
ContentFeatureCollection.WrappingIterator  
ContentFeatureSource Abstract implementation of FeatureSource.
ContentFeatureStore Abstract implementation of FeatureStore.
ContentState The state of an entry in a datastore, maintained on a per-transaction basis.
DataFeatureCollection A starting point for implementing FeatureCollection's backed onto a FeatureReader.
EmptyFeatureCollection  
EmptyIterator An iterator that returns no content.
FeatureIteratorIterator<F extends Feature> An Iterator which delegates to a FeatureIterator.
FilteringFeatureCollection<T extends FeatureType,F extends Feature> Decorates a feature collection with one that filters content.
FilteringFeatureIterator Decorates a FeatureIterator with one that filters content.
FilteringIterator<F extends Feature> Decorates a org.geotools.feature.Feature iterator with one that filters content.
MaxFeaturesFeatureCollection<T extends FeatureType,F extends Feature> FeatureCollection wrapper which limits the number of features returned.
MaxFeaturesIterator<F extends Feature> Iterator wrapper which caps the number of returned features;
NoContentIterator This iterator is used to indicate that contents could not be aquired.
ReprojectingFeatureCollection FeatureCollection decorator that reprojects the default geometry.
ReprojectingIterator  
ReTypingFeatureCollection FeatureCollection decorator which decorates a feature collection "re-typing" its schema based on attributes specified in a query.
ReTypingIterator Iterator wrapper which re-types features on the fly based on a target feature type.
TypeDiffState A Transaction.State that keeps a difference table.
TypeRef A real class for naming feature collections, see generic name for the geoapi take.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.