Hi, thanks for the reply. I already tried that but it seem GeoTools stills 
queries
everything from the database and filters them locally.  I checked this by 
logging
all queries to the database.

I was thinking of maybe using the SQLBuilder to construct a query manually 
but
that doesn't seem like the optimal way of doing it.

Could you give me a hint about an alternate way of doing this?

Cheers

--------------------------------------------------
From: "Mauricio Pazos" <[email protected]>
Sent: Wednesday, October 07, 2009 5:42 PM
To: <[email protected]>
Cc: "Kang Mann Ern" <[email protected]>
Subject: Re: [Geotools-gt2-users] Filtering with ST_AREA

> On Wednesday 07 October 2009 01:43:15 am Kang Mann Ern wrote:
>> FilterFactory.function("ST_AREA", ...) gives an exception saying "St_area
>> cannot be found"
> Hi, The function name should be "area", so test using
> FilterFactory.function("area", ...)
>
> cheers
> -- 
> Mauricio Pazos
> www.axios.es
> 

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to