Package | Description |
---|---|
org.geotools.data.store |
Modifier and Type | Method and Description |
---|---|
ContentFeatureCollection |
ContentFeatureSource.getFeatures()
Returns the feature collection of all the features of the feature source.
|
ContentFeatureCollection |
ContentFeatureSource.getFeatures(Filter filter)
Returns the feature collection for the features which match the specified filter.
|
ContentFeatureCollection |
ContentFeatureSource.getFeatures(Query query)
Returns the feature collection if the features of the feature source which meet the specified
query criteria.
|
Copyright © 1996–2019 Geotools. All rights reserved.