deegree 2.3 (2010/04/09 10:10 build-4-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: 18195 $, 1.0. $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Andreas Poth, last edited by: $Author: mschneider $

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.3 (2010/04/09 10:10 build-4-official)

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