Hi all,
I'm trying to read and export an ASCII dem to a Tiff image

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...

layer = FLyrRasterSE.createLayer(files[i].getName(), new 
File(files[i].getAbsolutePath()), CRSFactory.getCRS("EPSG:3003")); // create 
raster from ASCII
FLyrRasterSE raster = (FLyrRasterSE) layer;     

// add to map view
mapCtrl.getMapContext().getLayers().addLayer(raster);

someone can help me to do this?

thanks for any suggestion :-)

Claudio

_______________________________________________
Gvsig_internacional mailing list
Gvsig_internacional@listserv.gva.es

To see the archives, edit your preferences or unsubscribe from this mailing 
list, please access this url:

http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional

Reply via email to