Re: [Geotools-devel] SimpleFeatureSource

2010-04-25 Thread Jody Garnett
> I believe we're too late in the 2.6.x game to make such a change, better > to do that only on trunk. That is fine; we can update the proposal to ignore 2.6.x. >>> To sum up, maybe clean up a little the proposal. I feel good about the >>> change, I should just get some time to actually try to a

Re: [Geotools-devel] SimpleFeatureSource

2010-04-25 Thread Andrea Aime
Jody Garnett ha scritto: Jody Garnett ha scritto: I have made the change proposal here: - http://docs.codehaus.org/display/GEOTOOLS/Clean+up+Generics+from+DataStore I am going to complete the SimpleFeatureCollection patch today for trunk. The idea looks good, there is probably something about t

Re: [Geotools-devel] SimpleFeatureSource

2010-04-24 Thread Jody Garnett
On 25/04/2010, at 10:36 AM, Jody Garnett wrote: >> And you cite FeatureAccess... which is actually not there. I checked; I only cite the origional proposal which is called: FeatureAccess super class for DataStore Should we rename this proposal to indicate what was actually done? Jody-

Re: [Geotools-devel] SimpleFeatureSource

2010-04-24 Thread Jody Garnett
> Jody Garnett ha scritto: >> I have made the change proposal here: >> - http://docs.codehaus.org/display/GEOTOOLS/Clean+up+Generics+from+DataStore >> I am going to complete the SimpleFeatureCollection patch today for trunk. > > The idea looks good, there is probably something about the language

Re: [Geotools-devel] SimpleFeatureSource

2010-04-24 Thread Andrea Aime
Jody Garnett ha scritto: > I have made the change proposal here: > - http://docs.codehaus.org/display/GEOTOOLS/Clean+up+Generics+from+DataStore > > I am going to complete the SimpleFeatureCollection patch today for trunk. The idea looks good, there is probably something about the language in the

Re: [Geotools-devel] SimpleFeatureSource

2010-04-23 Thread Jody Garnett
I have made the change proposal here: - http://docs.codehaus.org/display/GEOTOOLS/Clean+up+Generics+from+DataStore I am going to complete the SimpleFeatureCollection patch today for trunk. Jody On 23/04/2010, at 1:45 PM, Michael Bedward wrote: > On 23 April 2010 00:40, Jody Garnett wrote: >> I h

Re: [Geotools-devel] SimpleFeatureSource

2010-04-22 Thread Michael Bedward
On 23 April 2010 00:40, Jody Garnett wrote: > I have attached a patch that introduces SimpleFeatureSource; this removes a > lot of the Java > Generics from the initial code examples and is strictly focused at making > intro code more usable. > It does not introduce any new methods. Thanks Jody.

[Geotools-devel] SimpleFeatureSource

2010-04-22 Thread Jody Garnett
An update on http://jira.codehaus.org/browse/GEOT-3051 I have attached a patch that introduces SimpleFeatureSource; this removes a lot of the Java Generics from the initial code examples and is strictly focused at making intro code more usable. It does not introduce any new methods. I would lik