Uses of Class
org.geotools.data.store.ContentFeatureCollection
-
Packages that use ContentFeatureCollection Package Description org.geotools.data.store -
-
Uses of ContentFeatureCollection in org.geotools.data.store
Methods in org.geotools.data.store that return ContentFeatureCollection Modifier and Type Method Description ContentFeatureCollection
ContentFeatureSource. getFeatures()
Returns the feature collection of all the features of the feature source.ContentFeatureCollection
ContentFeatureSource. getFeatures(Query query)
Returns the feature collection if the features of the feature source which meet the specified query criteria.ContentFeatureCollection
ContentFeatureSource. getFeatures(Filter filter)
Returns the feature collection for the features which match the specified filter.
-