Hi Andrea and all,

As I understand it, StreamingRenderer submits a drawing task for each
feature being drawn to an ExecutorService which, if not provided by
the client, will be a single thread executor. Is it possible for
drawing tasks to still be running when the renderer's paint method
returns ?

Looking at the code, I see an instance of EndRequest being submitted
to the executor, followed by a call to the Future's get() method. I
_think_ this means that all drawing should be complete when the paint
method returns - but is that correct ?

The reason I ask is that I'm stuck on a problem where a JMapPane is
not being refreshed automatically when a new MapContent is set. It
seems a lot more likely that the problem is in gt-swing than
gt-render, but I just want to make sure I understand the whole system
first.

Michael

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to