org.n52.oxf.render.coverage
Class IntCoverage

java.lang.Object
  extended by org.n52.oxf.render.coverage.AbstractCoverage
      extended by org.n52.oxf.render.coverage.IntCoverage

public class IntCoverage
extends AbstractCoverage


Constructor Summary
IntCoverage(IBoundingBox bB, int nCols, int nRows)
           
IntCoverage(IBoundingBox bB, int nCols, int nRows, int[][] grid)
           
 
Method Summary
 Integer getCellValue(int r, int c)
           
 void setGrid(int[][] grid)
           
 
Methods inherited from class org.n52.oxf.render.coverage.AbstractCoverage
exportGrid, getBoundingBox, getMaxValue, getMinValue, getNumberOfColumns, getNumberOfRows, getXRasterLength, getYRasterLength, setMaxValue, setMinValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntCoverage

public IntCoverage(IBoundingBox bB,
                   int nCols,
                   int nRows)

IntCoverage

public IntCoverage(IBoundingBox bB,
                   int nCols,
                   int nRows,
                   int[][] grid)
Method Detail

setGrid

public void setGrid(int[][] grid)

getCellValue

public Integer getCellValue(int r,
                            int c)
Specified by:
getCellValue in class AbstractCoverage


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.