Maintainer: |
|
Status: |
|
Email Help: |
Geotools-gt2-users@lists.sourceforge.net |
Volunteer: |
geotools-devel@lists.sourceforge.net |
Recent Development and Status
Status on 2.2.x
For the stable 2.2.x branch the Feature module has:
- aquired a Random Access API in the form of FeatureList (yeah!) This will allow us to support the results of Filter 1.1
- cleaned up a lot of code around the use (and closure of) Iterators, see the ResourceCollection class
- Added FeatureVisitor api (working against FeatureCollection) allowing for efficient Aggregate functions and use of multiple processors for processing operations
- problems, it is a simple feature model (aka flat like a shapefile or database table)
- problems, the use of Factory is not complete - can only use FeatureType.create, FeatureFactory is not implementable
- problems, metadata is not complete (you cannot express everything needed for valid construction of a FeatureCollection)
Status on 2.3.x
For the 2.3.x branch the Feature module has:
- done nothing for fear of FM
Status on Feature Model branch
For the FM branch the Feature module has been:
- been rewriten agains the latest GeoAPI interfaces
- been rewriten to allow for consisten use of Factory
- please see the FM branch for much more about all this
Outstanding Issues
Issues with GeoAPI feature model:
Labels