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 ContentFeatureCollectionContentFeatureSource. getFeatures()Returns the feature collection of all the features of the feature source.ContentFeatureCollectionContentFeatureSource. getFeatures(Query query)Returns the feature collection if the features of the feature source which meet the specified query criteria.ContentFeatureCollectionContentFeatureSource. getFeatures(Filter filter)Returns the feature collection for the features which match the specified filter.
-