|
LuciadCPillar C# 2026.0.09
|
Represents the coordinate of a tile in a multilevel tiled structure. More...
Public Member Functions | |
| MultilevelTileCoordinate (uint level, uint column, uint row) | |
| Constructor for multilevel tile coordinates. | |
| bool | Equals (MultilevelTileCoordinate other) |
| override bool | Equals (object other) |
| override int | GetHashCode () |
| override string | ToString () |
Static Public Member Functions | |
| static bool | operator!= (MultilevelTileCoordinate lhs, MultilevelTileCoordinate rhs) |
| static bool | operator== (MultilevelTileCoordinate lhs, MultilevelTileCoordinate rhs) |
Properties | |
| uint | Column [get, set] |
| The column index of the tile. | |
| uint | Level [get, set] |
| The detail level of the tile. | |
| uint | Row [get, set] |
| The row index of the tile. | |
Represents the coordinate of a tile in a multilevel tiled structure.
It contains the level, the column, and the row.
This class can be used to identify tiles from, for example, raster models created by:
|
inline |
Constructor for multilevel tile coordinates.
All three coordinates are required.
| level | the detail level of the tile. |
| column | the column index of the tile. |
| row | the row index of the tile. |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
getset |
The column index of the tile.
The column index of the tile.
|
getset |
The detail level of the tile.
The detail level of the tile.
|
getset |
The row index of the tile.
The row index of the tile.