Any chance you could throw together a runnable test case?

-Justin

systemintegrators.ca wrote:
Hi ,
I have a problem regarding GeometryFilterImpl. This doesn't seems to work in
geotools 2.3 ( it worked in 2.2 though ).
Thanks in advance.
Here is the code:
GeometryFilterImpl filter = ....
FeatureSource fs = ...
FeatureCollection fr = fs.getFeatures(filter);
FeatureIterator fi = fr.features();
ArrayList<Feature> fArr = new ArrayList();
while (fi.hasNext())
{
                Feature f = (Feature) fi.next();
                fArr.add(f);
 }
...
Best regards,
B



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to