public class CoverageDataResults extends Object
| Constructor and Description |
|---|
CoverageDataResults(Double[][] values,
TileMatrix tileMatrix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Get the results height
|
TileMatrix |
getTileMatrix()
Get the tile matrix used to find the coverage data values
|
Double |
getValue(int row,
int column)
Get the coverage data value at the row and column
|
Double[][] |
getValues()
Get the double array of coverage data values stored as [row][column]
|
int |
getWidth()
Get the results width
|
long |
getZoomLevel()
Get the zoom level of the results
|
public CoverageDataResults(Double[][] values, TileMatrix tileMatrix)
values - coverage data valuestileMatrix - tile matrixpublic Double[][] getValues()
public TileMatrix getTileMatrix()
public int getHeight()
public int getWidth()
public Double getValue(int row, int column)
row - row indexcolumn - column indexpublic long getZoomLevel()
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.