<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi all,</div><div>I'm trying to read and export an ASCII dem to a Tiff image</div><div><br></div><div>So, my code open and read the ASCCI file correctly but I don't know if a method or simple script to export to tiff exists...</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span style="color: #032fc3">layer</span> = FLyrRasterSE.createLayer(files[i].getName(), <span style="color: #961a65">new</span> File(files[i].getAbsolutePath()), CRSFactory.getCRS(<span style="color: #3b3df5">"EPSG:3003"</span>)); // create raster from ASCII</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">FLyrRasterSE raster = (FLyrRasterSE) <span style="color: #032fc3">layer</span>;<span class="Apple-tab-span" style="white-space:pre">        </span></div></div><div><br></div><div>// add to map view</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span style="color: #032fc3">mapCtrl</span>.getMapContext().getLayers().addLayer(raster);</div></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">someone can help me to do this?</span></div><br><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 12px; "><div>thanks for any suggestion :-)</div><div><br></div><div>Claudio</div></div></div>
</div>
<br></body></html>