Re: [Geotools-devel] CQL Parser

2006-11-29 Thread Victor Mauricio Pazos
OK, :) We will do it regards On Tuesday 28 November 2006 19:50, Jody Garnett wrote: > Sure - point of reference Victor - geotools is a projection of module > maintainers (so what you like happens!) > > Jody > > > Hi Jody, I agree with "org.geotools.text.filter", I see it is nice to > > maintain

Re: [Geotools-devel] CQL Parser

2006-11-28 Thread Jody Garnett
Sure - point of reference Victor - geotools is a projection of module maintainers (so what you like happens!) Jody > Hi Jody, I agree with "org.geotools.text.filter", I see it is nice to > maintain cql parser because org.geotools.filter interface is not altered with > that required for cql. >

Re: [Geotools-devel] CQL Parser

2006-11-28 Thread Victor Mauricio Pazos
Hi Jody, I agree with "org.geotools.text.filter", I see it is nice to maintain cql parser because org.geotools.filter interface is not altered with that required for cql. If you agree we could move out cql parser to org.geotools.text in next iteration. Regards On Sunday 26 November 2006 01

Re: [Geotools-devel] CQL Parser

2006-11-25 Thread Jody Garnett
Victor Mauricio Pazos wrote: > Jody, thanks for your considerations. I am going to have a look in SQLBuilder. > It is not the nicest code in the details; it uses a FilterVisitor that is nice but currently against the GeoTools filter classes and every method has a switch( filter.getType ) state

Re: [Geotools-devel] CQL Parser

2006-11-25 Thread Victor Mauricio Pazos
Jody, thanks for your considerations. I am going to have a look in SQLBuilder. I am agree with "Parser" name. Seeing filter, in the general context, as subproduct (like data transfer object or object value) to transfer a predicate concept inter tiers, parser name say that the process does not

Re: [Geotools-devel] CQL Parser

2006-11-24 Thread Jody Garnett
What a great email - I really need to make an article on expressing GeoSpatial stuff in computer science terms fun! Victor Mauricio Pazos wrote: > Hi, Gabriel talked me that is possible restructure the toolkit in near > feature, I have some suggestion for CQL parser. > > 1)Name change: Pa

Re: [Geotools-devel] CQL Parser

2006-11-24 Thread Victor Mauricio Pazos
Hi, Gabriel talked me that is possible restructure the toolkit in near feature, I have some suggestion for CQL parser. 1)Name change: Parser is only a component of Compiler ( lex, parser, optimization, code generation) We need produce an object and parsing process is only part of process, per

Re: [Geotools-devel] CQL Parser

2006-11-23 Thread Gabriel Roldán
On Thursday 23 November 2006 19:21, Jody Garnett wrote: > Thanks for making the page; your "gold start/redstar" thing is *great* > at summing up the state of the module - way better then > I expected :-) Thank you ... > cool, getting 2 or three more stars is a matter of a couple days. Last thing t

Re: [Geotools-devel] CQL Parser

2006-11-23 Thread Jody Garnett
Thanks for making the page; your "gold start/redstar" thing is *great* at summing up the state of the module - way better then I expected :-) Thank you ... I will look at the module this week as I work on Pojo Expressions. Jody > Hi, this mail is for Gabriel Roldan, I have a look to CQL parser >

[Geotools-devel] CQL Parser

2006-11-23 Thread Victor Mauricio Pazos
Hi, this mail is for Gabriel Roldan, I have a look to CQL parser documentation http://docs.codehaus.org/display/GEOTOOLS/CQL+Parser Perhaps, this page is old because the new parser interface is FilterBuilder no FilterExpression, additionally is important talk about the extensions that Axios