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.geojsonSubclasses of BaseFeatureCollection in org.geotools.data.geojson Modifier and Type Class Description classPagingFeatureCollectionA GeoJSON specific feature collection that can follow "next" links in order to retrieve all data
- 
Uses of BaseFeatureCollection in org.geotools.data.wfs.internalSubclasses of BaseFeatureCollection in org.geotools.data.wfs.internal Modifier and Type Class Description classWFSContentComplexFeatureCollectionFeature collection for parsing complex features.
- 
Uses of BaseFeatureCollection in org.geotools.feature.collectionSubclasses of BaseFeatureCollection in org.geotools.feature.collection Modifier and Type Class Description classBaseSimpleFeatureCollectionclassSubFeatureCollectionReasonable default implementation for subCollection making use of parentSimpleFeatureCollection.features()and provided Filter.classSubFeatureListDefault implementation ofFeatureCollection.sort(SortBy).
- 
Uses of BaseFeatureCollection in org.geotools.process.vectorSubclasses of BaseFeatureCollection in org.geotools.process.vector Modifier and Type Class Description classProcessingCollection<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.classSimpleProcessingCollectionThe simple feature version ofProcessingCollection.
 
-