|
Online Maps v3
|
Elevation tile. More...
Public Member Functions | |
| float | GetElevation (double tx, double ty) |
| Get elevation value from tile. | |
Public Attributes | |
| bool | loaded = false |
| Is the tile loaded? | |
| int | x |
| Tile X. | |
| int | y |
| Tile Y. | |
| int | zoom |
| Tile zoom. | |
| short | minValue |
| Minimum elevation value. | |
| short | maxValue |
| Maximum elevation value. | |
| int | width |
| Elevation data width. | |
| int | height |
| Elevation data height. | |
| short[,] | elevations |
| Elevation values. | |
Elevation tile.
| float OnlineMapsTiledElevationManager< T >.Tile.GetElevation | ( | double | tx, |
| double | ty ) |
Get elevation value from tile.
| tx | Relative X (0-1) |
| ty | Relative Y (0-1) |