[Geotools-devel] [jira] (GEOT-4202) Add a filter function allowing the extraction of an attribute value

2012-07-13 Thread Andrea Aime (JIRA)
Andrea Ai

Re: [Geotools-devel] Parsing delegates troubles

2012-07-13 Thread Justin Deoliveira
I think so :) I actually don't remember. But looking at implements of ParserDelegate2 i do see one for wfs for handling stored query parsing which actually rings a bell now. On Fri, Jul 13, 2012 at 8:07 AM, Andrea Aime wrote: > On Fri, Jul 13, 2012 at 3:54 PM, Justin Deoliveira > wrote: > >> Hey

Re: [Geotools-devel] Parsing delegates troubles

2012-07-13 Thread Andrea Aime
On Fri, Jul 13, 2012 at 3:54 PM, Justin Deoliveira wrote: > Hey Andrea, > > If you look on master and 8.x you will find this method actually already > exists in the ParserDelegate2 class. The canHandle there method looks like: > > boolean canHandle(QName elementName, Attributes attributes, Handl

Re: [Geotools-devel] ECQL parser doesn't handle time zones properly

2012-07-13 Thread Justin Deoliveira
Hey Dustin, Thanks for the heads up. If you could whip up a patch or a pull request (ideally with a test case) that would be great. -Justin On Thu, Jul 12, 2012 at 7:49 PM, Dustin Parker wrote: > Huh, the CS-W 2.0.2 spec doesn't mention time zones in their grammar, just > 'Z'. Anyway, this code

Re: [Geotools-devel] Parsing delegates troubles

2012-07-13 Thread Justin Deoliveira
Hey Andrea, If you look on master and 8.x you will find this method actually already exists in the ParserDelegate2 class. The canHandle there method looks like: boolean canHandle(QName elementName, Attributes attributes, Handler handler, Handler parent); And gives the full attributes. I think

[Geotools-devel] [jira] (GEOT-4201) Bad scope of junit in pom gt-main

2012-07-13 Thread Mariusz Szulist (JIRA)
Mariusz S

[Geotools-devel] Parsing delegates troubles

2012-07-13 Thread Andrea Aime
Hi, I'm getting in some trouble with parser delegates, trying to look for a solution. In WPS we have this thing were a WFS requet can be embedded in a WPS request to represent a input of the process. The whole XML is a single block and the parser traverses it directly using a mechanism called pars