Uses of Class
org.geotools.feature.collection.BaseFeatureCollection
-
Packages that use BaseFeatureCollection Package Description org.geotools.data.geojson org.geotools.data.wfs.internal org.geotools.feature.collection Helper classes for implementing FeatureCollections.org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of BaseFeatureCollection in org.geotools.data.geojson
Subclasses of BaseFeatureCollection in org.geotools.data.geojson Modifier and Type Class Description class
PagingFeatureCollection
A GeoJSON specific feature collection that can follow "next" links in order to retrieve all data -
Uses of BaseFeatureCollection in org.geotools.data.wfs.internal
Subclasses of BaseFeatureCollection in org.geotools.data.wfs.internal Modifier and Type Class Description class
WFSContentComplexFeatureCollection
Feature collection for parsing complex features. -
Uses of BaseFeatureCollection in org.geotools.feature.collection
Subclasses of BaseFeatureCollection in org.geotools.feature.collection Modifier and Type Class Description class
BaseSimpleFeatureCollection
class
SubFeatureCollection
Reasonable default implementation for subCollection making use of parentSimpleFeatureCollection.features()
and provided Filter.class
SubFeatureList
Default implementation ofFeatureCollection.sort(SortBy)
. -
Uses of BaseFeatureCollection in org.geotools.process.vector
Subclasses of BaseFeatureCollection in org.geotools.process.vector Modifier and Type Class Description class
ProcessingCollection<T extends FeatureType,F extends Feature>
Abstract base class to ease the implementation of a streaming processing collection, that is, one that tries to compute the results on the fly as the iterator is traversed.class
SimpleProcessingCollection
The simple feature version ofProcessingCollection
.
-