Uses of Class
org.geotools.feature.collection.DecoratingSimpleFeatureCollection
- 
Packages that use DecoratingSimpleFeatureCollection Package Description 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.collectionSubclasses of DecoratingSimpleFeatureCollection in org.geotools.data.collection Modifier and Type Class Description protected classCollectionFeatureSource.SubCollectionSubCollection for CollectionFeatureSource.
- 
Uses of DecoratingSimpleFeatureCollection in org.geotools.data.storeSubclasses of DecoratingSimpleFeatureCollection in org.geotools.data.store Modifier and Type Class Description classReprojectingFeatureCollectionSimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.classReTypingFeatureCollectionSimpleFeatureCollection decorator which decorates a feature collection "re-typing" its schema based on attributes specified in a query.
- 
Uses of DecoratingSimpleFeatureCollection in org.geotools.feature.collectionSubclasses of DecoratingSimpleFeatureCollection in org.geotools.feature.collection Modifier and Type Class Description classClippedFeatureCollectionSimpleFeatureCollection wrapper that clip (crops) features according to the clip geometry passed.classClippingFeatureCollectionThe class decorates a SimpleFeatureCollection with one that returns features that intersect the geometry passed with a Hints.GEOMETRY_CLIPclassFilteringSimpleFeatureCollectionDecorates a feature collection with one that filters content.classMaxSimpleFeatureCollectionSimpleFeatureCollection wrapper which limits the number of features returned.classSortedSimpleFeatureCollectionA wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.
 
-