public interface IlvTileElevationProvider
Modifier and Type | Method and Description |
---|---|
int |
getHeightAt(int level,
int line,
int column)
Returns an elevation value for the specified line and column values.
|
int |
getTileHeight()
Returns the number of lines in this
IlvTileElevationProvider ; |
int |
getTileWidth()
Returns the number of columns in this
IlvTileElevationProvider . |
int getHeightAt(int level, int line, int column)
level
- The stride level to apply when seeking elevation value.line
- The line index in the array.column
- The column index in the array.int getTileWidth()
IlvTileElevationProvider
.int getTileHeight()
IlvTileElevationProvider
;© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.