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

org.deegree.processing.raster
Interface DataMatrix

All Known Implementing Classes:
BufferedImageDataMatrix, RawFloatDataMatrix

public interface DataMatrix

Version:
1.0. $Revision: 9346 $, $Date: 2007-12-27 17:39:07 +0100 (Do, 27 Dez 2007) $
Author:
Andreas Poth, last edited by: $Author: apoth $

Method Summary
 double[] getCellAt(int x, int y)
          returns the data vector at the passed index position
 int getHeight()
          returns the data matrix height (number of cells in y-direction)
 int getWidth()
          returns the data matrix width (number of cells in x-direction)
 

Method Detail

getCellAt

double[] getCellAt(int x,
                   int y)
returns the data vector at the passed index position

Parameters:
x -
y -
Returns:
the data vector at the passed index position

getWidth

int getWidth()
returns the data matrix width (number of cells in x-direction)

Returns:
the data matrix width (number of cells in x-direction)

getHeight

int getHeight()
returns the data matrix height (number of cells in y-direction)

Returns:
the data matrix height (number of cells in y-direction)

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