Re: [Geotools-gt2-users] FeatureCollection toArray() is not working

2019-10-14 Thread Nuno Oliveira
Hi, could you share with us the code you are using to test that? From which data store is the feature collection build? Best regards, Nuno Oliveira On Fri, 2019-09-27 at 11:55 +0200, Joud Kassem wrote: > Hi all,  > > I'm using geotools22 with java 11 and I noticed this issue that > wasn't with the

[Geotools-gt2-users] FeatureCollection toArray() is not working

2019-09-27 Thread Joud Kassem
Hi all, I'm using geotools22 with java 11 and I noticed this issue that wasn't with there when i was working with geotools 18 and java 8. I have a FeatureCollection that I need to convert to Array using toArray() but I always get an empty array from the collection! Anyone had this issue before? w