LuciadCPillar C# 2024.0.08
|
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. More... | |
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. More... | |
uint | Level [get, set] |
The detail level of the tile. More... | |
uint | Row [get, set] |
The row index of the tile. More... | |
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.
|
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.