org.n52.oxf.render.coverage
Class IntCoverage
java.lang.Object
org.n52.oxf.render.coverage.AbstractCoverage
org.n52.oxf.render.coverage.IntCoverage
public class IntCoverage
- extends AbstractCoverage
| Methods inherited from class org.n52.oxf.render.coverage.AbstractCoverage |
exportGrid, getBoundingBox, getMaxValue, getMinValue, getNumberOfColumns, getNumberOfRows, getXRasterLength, getYRasterLength, setMaxValue, setMinValue, toString |
IntCoverage
public IntCoverage(IBoundingBox bB,
int nCols,
int nRows)
IntCoverage
public IntCoverage(IBoundingBox bB,
int nCols,
int nRows,
int[][] grid)
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.