Uses of Class
org.geotools.feature.collection.BaseSimpleFeatureCollection
-
Packages that use BaseSimpleFeatureCollection Package Description org.geotools.data.geojson org.geotools.feature.collection Helper classes for implementing FeatureCollections. -
-
Uses of BaseSimpleFeatureCollection in org.geotools.data.geojson
Subclasses of BaseSimpleFeatureCollection 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 BaseSimpleFeatureCollection in org.geotools.feature.collection
Subclasses of BaseSimpleFeatureCollection in org.geotools.feature.collection Modifier and Type Class Description class
SubFeatureCollection
Reasonable default implementation for subCollection making use of parentSimpleFeatureCollection.features()
and provided Filter.class
SubFeatureList
Default implementation ofFeatureCollection.sort(SortBy)
.
-