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

org.deegree.model.coverage.grid
Class TiffDEMParser

java.lang.Object
  extended by org.deegree.model.coverage.grid.TiffDEMParser

public class TiffDEMParser
extends Object

Parses 4 channel (32Bit) tiff images as DEM and returns a float matrix containing the DEM heights

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

Constructor Summary
TiffDEMParser(BufferedImage data)
           
TiffDEMParser(BufferedImage data, float scale)
           
TiffDEMParser(BufferedImage data, float scale, float offset)
           
TiffDEMParser(File dataFile)
           
TiffDEMParser(File dataFile, float scale)
           
TiffDEMParser(File dataFile, float scale, float offset)
           
 
Method Summary
 float[][] parse()
          returns the DEM heights as float matrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TiffDEMParser

public TiffDEMParser(File dataFile)
Parameters:
dataFile - image containing DEM data instead color information

TiffDEMParser

public TiffDEMParser(File dataFile,
                     float scale)
Parameters:
dataFile - image containing DEM data instead color information
scale - scale factor; newHeight[i][j] = height[i][j] * scale

TiffDEMParser

public TiffDEMParser(File dataFile,
                     float scale,
                     float offset)
Parameters:
dataFile - image containing DEM data instead color information
scale - scale factor; newHeight[i][j] = height[i][j] * scale
offset - height offset; newHeight[i][j] = height[i][j] + offset

TiffDEMParser

public TiffDEMParser(BufferedImage data)
Parameters:
data - image containing DEM data instead color information

TiffDEMParser

public TiffDEMParser(BufferedImage data,
                     float scale)
Parameters:
data - image containing DEM data instead color information
scale - scale factor; newHeight[i][j] = height[i][j] * scale

TiffDEMParser

public TiffDEMParser(BufferedImage data,
                     float scale,
                     float offset)
Parameters:
data -
scale - scale factor; newHeight[i][j] = height[i][j] * scale
offset - height offset; newHeight[i][j] = height[i][j] + offset
Method Detail

parse

public float[][] parse()
returns the DEM heights as float matrix

Returns:
the DEM heights as float matrix

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