Uses of Class
org.geotools.feature.collection.BaseFeatureCollection
Packages that use BaseFeatureCollection
Package
Description
Helper classes for implementing FeatureCollections.
Vector processing support for the GeoTools library.
-
Uses of BaseFeatureCollection in org.geotools.data.geojson
Subclasses of BaseFeatureCollection in org.geotools.data.geojsonModifier and TypeClassDescriptionclass
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.internalModifier and TypeClassDescriptionclass
Feature collection for parsing complex features. -
Uses of BaseFeatureCollection in org.geotools.feature.collection
Subclasses of BaseFeatureCollection in org.geotools.feature.collectionModifier and TypeClassDescriptionclass
class
Reasonable default implementation for subCollection making use of parentSimpleFeatureCollection.features()
and provided Filter.class
Default implementation ofFeatureCollection.sort(SortBy)
. -
Uses of BaseFeatureCollection in org.geotools.process.vector
Subclasses of BaseFeatureCollection in org.geotools.process.vectorModifier and TypeClassDescriptionclass
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
The simple feature version ofProcessingCollection
.