Re: [Geotools-devel] FeatureSource.getBounds(query) and properties

2009-09-14 Thread Justin Deoliveira
Jody Garnett wrote: > Thanks for the summary Andrea. > > I agree on all counts. > > The query also allows for two specific modifications; forcing a CRS > (in cases where the CRS is incorrect) and transforming the data to a > different projection. > Which is implemented quite differently acro

Re: [Geotools-devel] FeatureSource.getBounds(query) and properties

2009-09-13 Thread Jody Garnett
Thanks for the summary Andrea. I agree on all counts. The query also allows for two specific modifications; forcing a CRS (in cases where the CRS is incorrect) and transforming the data to a different projection. Jody On 13/09/2009, at 7:11 PM, Andrea Aime wrote: > Hi, > I would like to d

[Geotools-devel] FeatureSource.getBounds(query) and properties

2009-09-13 Thread Andrea Aime
Hi, I would like to discuss what seems to be a common bug in our codebase. By definition FeaturesSource.getBounds(query) returns the bounds of the collections that would be returned by the query. Now, the filter is honored, so only the bounds of the features that are actually catched by the filte