Allow parsing just Expressions through CQL FilterBuilder, currently only allows 
a full Filter
---------------------------------------------------------------------------------------------

                 Key: GEOT-1158
                 URL: http://jira.codehaus.org/browse/GEOT-1158
             Project: GeoTools
          Issue Type: Improvement
          Components: new modules
    Affects Versions: 2.4.M0
            Reporter: Gabriel Roldán
         Assigned To: Gabriel Roldán
             Fix For: 2.3.1


The CQL FilterBuilder allows to construct a Filter from a CQL predicate string.
It is also needed to allow the parse of simple expressions instead of being 
obligated to parse a whole predicate.
For example:

{{ (propName + 1.5) / anotherPropName}} should get parsed as a expression 
{{DIV(SUM(propName, 1.5), anotherPropName)}}, but currently it throws an 
exception since its not a full filter 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to