public class ElevationTileResults extends Object
| Constructor and Description |
|---|
ElevationTileResults(Double[][] elevations,
TileMatrix tileMatrix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getElevation(int row,
int column)
Get the elevation at the row and column
|
Double[][] |
getElevations()
Get the double array of elevations stored as [row][column]
|
int |
getHeight()
Get the results height
|
TileMatrix |
getTileMatrix()
Get the tile matrix used to find the elevations
|
int |
getWidth()
Get the results width
|
long |
getZoomLevel()
Get the zoom level of the results
|
public ElevationTileResults(Double[][] elevations, TileMatrix tileMatrix)
elevations - elevation resultstileMatrix - tile matrixpublic Double[][] getElevations()
public TileMatrix getTileMatrix()
public int getHeight()
public int getWidth()
public Double getElevation(int row, int column)
row - row indexcolumn - column indexpublic long getZoomLevel()
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.