deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.coverage.raster.io
Interface RasterDataReader

All Known Implementing Classes:
IIORasterDataReader, JAIRasterDataReader

public interface RasterDataReader

Simple interface to read RasterData.

Version:
$Revision: 19533 $, $Date: 2009-09-08 09:44:44 +0200 (Di, 08 Sep 2009) $
Author:
Oliver Tonnhofer, last edited by: $Author: rbezema $

Method Summary
 void close()
          Clean up all memory references to the loaded image file.
 int getHeight()
           
 int getWidth()
           
 RasterData read()
          Read the raster data.
 

Method Detail

read

RasterData read()
Read the raster data.

Returns:
Return the underlying raster data.

getWidth

int getWidth()
Returns:
The width in pixel of the raster data.

getHeight

int getHeight()
Returns:
The height in pixel of the raster data.

close

void close()
Clean up all memory references to the loaded image file.


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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

]]>