Re: [Geotools-devel] Cross module commit warning 2

2008-03-26 Thread Jody Garnett
Thanks for the hard work Adrian; it is great to chew away on the technical debt. Jody > On advice from IRC, I went ahead and committed so consider the former > message a warning of what has happened. > > Changes yielded revision 29719. > > --adrian > > > ---

[Geotools-devel] Cross module commit warning 2

2008-03-26 Thread Adrian Custer
On advice from IRC, I went ahead and committed so consider the former message a warning of what has happened. Changes yielded revision 29719. --adrian - Check out the new SourceForge.net Marketplace. It's the best place to

[Geotools-devel] Cross module commit warning

2008-03-26 Thread Adrian Custer
Hey all, I'm hoping to change all the references to org.geotools.feature.Name (gt-api module) to org.geotools.feature.NameImpl which affects lots of modules, as seen below (sorry about the formatting). The only modifications I made were 1. change references from Name to NameImpl

Re: [Geotools-devel] [Geoapi-devel] Feature land love

2008-03-26 Thread Jody Garnett
Gabriel Roldán wrote: >> FeatureCollection and events: >> >> oog.feature has: >> FeatureCollection >> DataFeatureCollection >> Regardless of waiting for Justin or not these classes need to not extend java.util.Collection; the "for loop" syntactic sugar is too

Re: [Geotools-devel] Feature land love

2008-03-26 Thread Gabriel Roldán
Hi Adrian, On Wednesday 26 March 2008 12:21:36 pm Adrian Custer wrote: > Hey all, > > Working my way through the new feature model, there is a lot of overlap > between the old effort and the new. It's unclear how much of this is > work-in-progress, how much is not-yet-deprecated cruft, and how muc

[Geotools-devel] Feature land love

2008-03-26 Thread Adrian Custer
Hey all, Working my way through the new feature model, there is a lot of overlap between the old effort and the new. It's unclear how much of this is work-in-progress, how much is not-yet-deprecated cruft, and how much is purely my confusion. I hope we could clean some of this up and add explana