Hi all,

I heard once that there are plans to inroduce DirectDrawLayer (or like), 
i.e. layer allowing drawing of custom objects?

I need to draw selection on polygon on map. For now, I am doing it like:

Graphics2D g = ((Graphics2D) mapPane().getGraphics());
// do the drawing stuff here:
...


But it introduces some issues. For example, our application allows 
zooming with mouse wheel, and redraw erases selection polygon. So 
polygon must be consistent with other objects on map. For example, when 
users zooms, selection polygon should enlarge also.

What it the best way to go from here?

Thanks in advance,
Sergey

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to