ArcInfo2Tiff
1. General Information
First of all, please make sure to read the chapter on General Information for all deegreeTools.
2. Description
Converts an ArcInfo raster file (text format):
ncols 2404 nrows 2307 xllcorner 2627130 yllcorner 5686612 cellsize 10 NODATA_value -9999 20636 20593 20569 20573 20571 20564 20564 20558 ... ...
into a Tiff image that may have 16 or 32 bit pixel depth.
3. Library Dependancies
deegree2.jar jai_codec.jar jai_core.jar mlibwrapper_jai.jar batik-transcoder.jar batik-util.jar batik-gvt.jar batik-extension.jar batik-ext.jar batik-awt-util.jar log4j-1.2.9.jar
4. Usage
The program will be invoked as follows:
java -Xms500m -Xmx1200m -classpath .;libs/deegree2.jar; org.deegree.tools.raster.ArcInfo2Tiff -inFile d:\deegree\mygrid.grd -outFile d:\deegree\myImage.tif -type 32
Available command line parameters have the following meaning:
-inFile
name of the ArcInfo grid to transform
-outFile
- name of the target tiff-image
-type
- bit depth of the created tiff. It can be 32 or 16 (default 16)
look for other deegreeTools