On Sun, Apr 11, 2010 at 11:56 AM, Michael Grain <[email protected]> wrote: > > > Jody Garnett-2 wrote: >> >> Not sure how to answer you guys ... because it really depends on what you >> want to do :-) Sounds like you have figured out creating a multi-polygon; >> you will need to create a feature out of that (possibly prompting your >> user for additional attributes?). >> > Hi, > > Multi-polygons not suitable in my case, because I need to draw on map a > complex,not scalable images (take look at example bellow). > At this moment I draw images over JMapPane and manage their with my own > objects manager, whitout adding to MapContext. > Its worked, but I think its not a best solution. Is there a way to show such > images with standart geotools methods? It would be nice (just a wonderful!) > > http://n2.nabble.com/file/n4885943/exmpl.png
Looks like you need to look at pointsymbolizers and external images. You will need to add the points to a layer and then style them before adding them to the map context. Ian -- Ian Turton ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
