In Predicate
------------

                 Key: GEOT-1947
                 URL: http://jira.codehaus.org/browse/GEOT-1947
             Project: GeoTools
          Issue Type: New Feature
          Components: core cql
    Affects Versions: 2.5.0
            Reporter: Mauricio Pazos
             Fix For: 2.6-M0


This is a convenient predicate which will avoid to write a big or statement like
huc_8 = 4100001 or huc_8 =  4100011 or huc_8 = 4100012

In predicate rule:

<in predicate> ::= <attribute-name> [ "NOT" ] "IN" <in predicate value> 
 <in predicate value> ::= "(" <in value list> ")" 

Example:
 huc_8 IN (4100001,4100011,4100012)
 huc_8 NOT IN (4100001,4100011,4100012)



-- 
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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to