deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.io.arcinfo_raster
Class ArcInfoTextRasterReader

java.lang.Object
  extended by org.deegree.io.arcinfo_raster.ArcInfoTextRasterReader

public class ArcInfoTextRasterReader
extends Object

reads a raster in ArcInfo text format:

  ncols         1600
  nrows         1600
  xllcorner     3540000
  yllcorner     5730000
  cellsize      25
  NODATA_value  -9999
  120.4 132.5 99.9 ... 98.32
  122.5 111.6 110.9 ... 88.77
  ...
  234.23 233.4 265.9 ... 334.7
 

Since:
2.0
Version:
$Revision: 9342 $, 1.0. $Revision: 9342 $, $Date: 2007-12-27 13:32:57 +0100 (Do, 27 Dez 2007) $
Author:
Andreas Poth, last edited by: $Author: apoth $

Constructor Summary
ArcInfoTextRasterReader(File file)
           
ArcInfoTextRasterReader(String fileName)
           
 
Method Summary
 double getNoDataValue()
          returns the value used by a ArcInfo grid to indicate no data values
 float[][] readData()
          reads data from a ArcInfo Grid text file
 WorldFile readMetadata()
          reads metadata from a ArcInfo Grid text file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcInfoTextRasterReader

public ArcInfoTextRasterReader(File file)

ArcInfoTextRasterReader

public ArcInfoTextRasterReader(String fileName)
Method Detail

readMetadata

public WorldFile readMetadata()
                       throws IOException
reads metadata from a ArcInfo Grid text file

Returns:
Throws:
IOException

getNoDataValue

public double getNoDataValue()
                      throws IOException
returns the value used by a ArcInfo grid to indicate no data values

Returns:
Throws:
IOException

readData

public float[][] readData()
                   throws IOException
reads data from a ArcInfo Grid text file

Returns:
Throws:
IOException

deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net