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.
|
Modifier and Type | Class and Description |
---|---|
protected class |
CollectionFeatureSource.SubCollection
SubCollection for CollectionFeatureSource.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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_CLIP
|
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–2022 Geotools. All rights reserved.