Hi, i have a application what insert jts geometry.

MapContext context = new
DefaultMapContext(GlobalCRS.getCoordinateReferenceSystem());
GTRenderer renderer;

renderer = new StreamingRenderer();
HashMap hints = new HashMap();
hints.put("memoryPreloadingEnabled", Boolean.TRUE);
renderer.setRendererHints(hints);
mp.setRenderer(renderer);
mp.setContext(context);
DefaultMapLayer despliegueLayer = new DefaultMapLayer (memoryDataStore
                                        .getFeatureSource(style.getName()), 
style);
context.addLayer(context.getLayerCount(), despliegueLayer);

My problem is that i create a layer for renderer a gif image, and apply the
ProjectedCRS.

how insert gif image and apply the ProjectedCRS?

Thanks.

-- 
View this message in context: 
http://n2.nabble.com/Create-Layer-Gif-file-tp2275534p2275534.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to