|
LuciadCPillar C# 2025.0.07
|
A class storing information about a multilevel tile. More...
Public Member Functions | |
| MultilevelTileInfo (Luciad.Geometries.Bounds bounds, Luciad.Models.MultilevelTileCoordinate tileCoordinate) | |
| Creates a new MultilevelTileInfo. More... | |
| void | Dispose () |
| override bool | Equals (object other) |
| override int | GetHashCode () |
Properties | |
| Luciad.Geometries.Bounds | Bounds [get] |
| The bounds for this tile. More... | |
| Luciad.Models.MultilevelTileCoordinate | TileCoordinate [get] |
| The tile coordinate for this tile. More... | |
A class storing information about a multilevel tile.
|
inline |
Creates a new MultilevelTileInfo.
| bounds | the bounds. |
| tileCoordinate | the tile coordinate. |
|
inline |
|
inline |
|
inline |
|
get |
The bounds for this tile.
Returns the bounds for this tile.
|
get |
The tile coordinate for this tile.
Returns the tile coordinate for this tile.