Ciao Apreciado,
sorry, I might have lost part of this discussion, but could you please
tell me a bit more about what you are trying to do?
I am not 100% sure I am understanding your issue.
Simone.
---
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Thanks michael, it is my example for render gif.
AbstractGridCoverage2DReader reader;
GridCoverage2D coverage;
try {
URL urlGif = file.toURL();
Hints hi = new Hints(Hints.DEFAULT_COORDINATE_REFERENCE_SYSTEM,
DefaultGeographicCRS.WGS84);
If you know the geo coordinates of you GIF image you can create a grid
coverage from it and add that to your map context...
http://docs.codehaus.org/display/GEOTDOC/Image+Plugin
Hope this helps
Michael
--
Create and Dep
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.setRendere