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.collection
Subclasses of DecoratingSimpleFeatureCollection in org.geotools.data.collection Modifier and Type Class Description protected class
CollectionFeatureSource.SubCollection
SubCollection for CollectionFeatureSource. -
Uses of DecoratingSimpleFeatureCollection in org.geotools.data.store
Subclasses of DecoratingSimpleFeatureCollection in org.geotools.data.store Modifier and Type Class Description class
ReprojectingFeatureCollection
SimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.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 Modifier and Type Class Description class
ClippedFeatureCollection
SimpleFeatureCollection wrapper that clip (crops) features according to the clip geometry passed.class
ClippingFeatureCollection
The class decorates a SimpleFeatureCollection with one that returns features that intersect the geometry passed with a Hints.GEOMETRY_CLIPclass
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.
-