...
Broken out into a seperate module.
Feature Model
On the FM branch the following has occured:
- seperated out into a distinct module
- transition to GeoAPI feature model
2.5.x
Introduced FeatureAccess super class for DataStore and parametrized the FeatureSource/Collection/Reader/Writer interfaces to handle GeoAPI Feature as the general case, and SimpleFeature as a specialization.
Module Status
The data module is in flux as we transition to the FM branch, to protect yourself please
use the Query API (and Filter) rather then making direct use of FeatureReader. If you must
use FeatureReader
...