Uses of Class
org.geotools.feature.collection.DecoratingSimpleFeatureCollection

Packages that use DecoratingSimpleFeatureCollection
org.geotools.data.collection Implementations of FeatureCollection for different purposes. 
org.geotools.data.store   
org.geotools.feature.collection Helper classes for implementing FeatureCollections. 
 

Uses of DecoratingSimpleFeatureCollection in org.geotools.data.collection
 

Subclasses of DecoratingSimpleFeatureCollection in org.geotools.data.collection
protected  class CollectionFeatureSource.SubCollection
          SubCollection for CollectionFeatureSource.
 

Uses of DecoratingSimpleFeatureCollection in org.geotools.data.store
 

Subclasses of DecoratingSimpleFeatureCollection in org.geotools.data.store
 class ReprojectingFeatureCollection
          SimpleFeatureCollection decorator that reprojects the default geometry.
 class ReTypingFeatureCollection
          SimpleFeatureCollection decorator which decorates a feature collection "re-typing" its schema based on attributes specified in a query.
 

Uses of DecoratingSimpleFeatureCollection in org.geotools.feature.collection
 

Subclasses of DecoratingSimpleFeatureCollection in org.geotools.feature.collection
 class FilteringSimpleFeatureCollection
          Decorates a feature collection with one that filters content.
 class MaxSimpleFeatureCollection
          SimpleFeatureCollection wrapper which limits the number of features returned.
 class SortedSimpleFeatureCollection
          A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.