Re: [Geotools-devel] DataUtilities.attributeName

2007-07-09 Thread Justin Deoliveira
Here are the patches. Anyone have any objections? Andrea you are the original author of FilterAttributeExtractor so your feedback would be great. Justin Deoliveira wrote: Gabriel Roldán wrote: On Monday 09 July 2007 20:00:14 Justin Deoliveira wrote: Hi Gabriel, It seems that some code that

Re: [Geotools-devel] DataUtilities.attributeName

2007-07-09 Thread Justin Deoliveira
Gabriel Roldán wrote: > On Monday 09 July 2007 20:00:14 Justin Deoliveira wrote: >> Hi Gabriel, >> >> It seems that some code that did attribute name lookup in >> DataUtilities.attributeNames is no longer going through the >> PropertyAccessor interface when traversing a filter to pull out all >> Pr

Re: [Geotools-devel] DataUtilities.attributeName

2007-07-09 Thread Gabriel Roldán
On Monday 09 July 2007 20:00:14 Justin Deoliveira wrote: > Hi Gabriel, > > It seems that some code that did attribute name lookup in > DataUtilities.attributeNames is no longer going through the > PropertyAccessor interface when traversing a filter to pull out all > PropertyName's from it. > > Ther

[Geotools-devel] DataUtilities.attributeName

2007-07-09 Thread Justin Deoliveira
Hi Gabriel, It seems that some code that did attribute name lookup in DataUtilities.attributeNames is no longer going through the PropertyAccessor interface when traversing a filter to pull out all PropertyName's from it. There is a comment in the code sayign that it is part of GEOT-1192 which