[Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread David Purdy
Hi All, I updated my Geotools version from 8.0 to 9.4 and had to change the way I was displaying points on a map. My application allows a user to plot points to the map continuously. In Geotools 8.0, if user chooses to do this, I create a Layer: pointCollection = new

Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread Andrea Aime
On Thu, Aug 22, 2013 at 4:28 PM, David Purdy david.pu...@jjmtechcorp.comwrote: Hi All, ** ** I updated my Geotools version from 8.0 to 9.4 and had to change the way I was displaying points on a map. My application allows a user to plot points to the map continuously. In Geotools 8.0,

Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread David Purdy
11:03 AM To: David Purdy Cc: geotools-gt2-users@lists.sourceforge.net Subject: Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh On Thu, Aug 22, 2013 at 4:28 PM, David Purdy david.pu...@jjmtechcorp.com wrote: Hi All, I updated my Geotools

Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread Andrea Aime
On Thu, Aug 22, 2013 at 5:14 PM, David Purdy david.pu...@jjmtechcorp.comwrote: Thanks for the quick reply Andrea. ** ** I just took a look at the Layer API and I don't see any means to have the layer repaint. Do you know the API that cause this to happen? Nope, I'm a server side guy,

Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread David Purdy
[mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Thursday, August 22, 2013 11:17 AM To: David Purdy Cc: geotools-gt2-users@lists.sourceforge.net Subject: Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh On Thu, Aug 22, 2013 at 5:14

Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread Oleksandr Huziy
[mailto:andrea.a...@gmail.com] *On Behalf Of *Andrea Aime *Sent:* Thursday, August 22, 2013 11:17 AM *To:* David Purdy *Cc:* geotools-gt2-users@lists.sourceforge.net *Subject:* Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread David Purdy
@lists.sourceforge.net Subject: Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh   On Thu, Aug 22, 2013 at 5:14 PM, David Purdy david.pu...@jjmtechcorp.com wrote: Thanks for the quick reply Andrea.   I just took a look at the Layer API and I don't see any

Re: [Geotools-gt2-users] Geotools 8.0 to 9.4 difference with SimpleFeatureCollection and Map refresh

2013-08-22 Thread Michael Bedward
On 23 August 2013 01:03, Andrea Aime andrea.a...@geo-solutions.it wrote: I believe that functionality was based on the feature collection events, which were dropped because only in memory collections actually implemented them (after several years they were introduced). Yep - that's right. It's