I have a small backlog of GeoAPI / GeoTools work to get sorted before we make a release candidate. - Attribute.isValid() for Andrea - I will commit this tonight.
I noticed that DirectPosition.getCoordinate() has been introduced and as such geotools could not build against the geoapi trunk; I have committed changes to the code that cared about this - mostly in referencing. There was a few references making use of getLength( axis ) to replace with getSpan( axis ) as well. After this builds and is committed I will try the following experiment. - FeatureType.getDescriptor() - as replacement to getAttribute() I am going to save the rename as a "Refactoring" in Eclipse; and try to apply it on the uDig code base. If that works I will email the rename to Andrea and expect to be able to update the geoserver codebase smoothly. I personally do not expect that much in the way of conflict; as for most of the code SimpleFeatureType.getAttribute( index ) amounts to the same thing as SimpleFeatureType.getType( index )... All the best, Jody ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
