Uses of Class
org.geotools.feature.collection.DecoratingSimpleFeatureCollection
Packages that use DecoratingSimpleFeatureCollection
Package
Description
Implementations of FeatureCollection for different purposes.
Helper classes for implementing FeatureCollections.
-
Uses of DecoratingSimpleFeatureCollection in org.geotools.data.collection
Subclasses of DecoratingSimpleFeatureCollection in org.geotools.data.collectionModifier and TypeClassDescriptionprotected class
SubCollection for CollectionFeatureSource. -
Uses of DecoratingSimpleFeatureCollection in org.geotools.data.store
Subclasses of DecoratingSimpleFeatureCollection in org.geotools.data.storeModifier and TypeClassDescriptionclass
SimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.class
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.collectionModifier and TypeClassDescriptionclass
SimpleFeatureCollection wrapper that clip (crops) features according to the clip geometry passed.class
The class decorates a SimpleFeatureCollection with one that returns features that intersect the geometry passed with a Hints.GEOMETRY_CLIPclass
Decorates a feature collection with one that filters content.class
SimpleFeatureCollection wrapper which limits the number of features returned.class
A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.