A key used to identify specific tiles in a tile cache or service. More...
| Header | #include <Tile |
| Since | Esri |
Public Functions
| Tile | |
| Tile | |
| Tile | |
| Tile | |
| ~ | |
| int | column() const |
| int | level() const |
| int | row() const |
(since Esri bool | operator!=(const Esri |
| Esri | operator=( |
| Esri | operator=(const Esri |
(since Esri bool | operator==(const Esri |
Detailed Description
Contains tile row, column, and level.
Member Function Documentation
TileKey::TileKey ()
Default constructor.
TileKey::TileKey (int level, int column, int row)
Constructor that accepts all properties.
- level - The tile level.
- column - The column.
- row - The row.
TileKey::TileKey (const Esri::ArcGISRuntime::TileKey &other)
Copy constructor from other TileKey.
[noexcept] TileKey::TileKey (Esri::ArcGISRuntime::TileKey &&other)
Move constructor from other TileKey.
[noexcept] TileKey::~TileKey ()
Destructor.
int TileKey::column() const
Returns the tile's column.
int TileKey::level() const
Returns the tile's level.
int TileKey::row() const
Returns the tile's row.
[since Esri::ArcGISRuntime 200.2] bool TileKey::operator!=(const Esri::ArcGISRuntime::TileKey &other) const
Inequality operator. Returns true if this object and other are not equal.
This function was introduced in Esri::ArcGISRuntime 200.2.
See also TileKey::operator==.
[noexcept] Esri::ArcGISRuntime::TileKey &TileKey::operator=(Esri::ArcGISRuntime::TileKey &&other)
Move operator from other TileKey.
Esri::ArcGISRuntime::TileKey &TileKey::operator=(const Esri::ArcGISRuntime::TileKey &other)
Assignment operator from other TileKey.
[since Esri::ArcGISRuntime 200.1] bool TileKey::operator==(const Esri::ArcGISRuntime::TileKey &other) const
Tests and returns true if this object is equal to a second TileKey object.
- other - The other tile key to test if equivalent.
This function was introduced in Esri::ArcGISRuntime 200.1.