A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-tilekey.html below:

TileKey Class | ArcGIS Maps SDK for Qt

  • TileKey
  • class Esri::ArcGISRuntime::TileKey

    A key used to identify specific tiles in a tile cache or service. More...

    Header: #include <TileKey.h> Since: Esri::ArcGISRuntime 100.0 Public Functions TileKey() TileKey(int level, int column, int row) TileKey(const Esri::ArcGISRuntime::TileKey &other) TileKey(Esri::ArcGISRuntime::TileKey &&other) ~TileKey() int column() const int level() const int row() const (since Esri::ArcGISRuntime 200.2) bool operator!=(const Esri::ArcGISRuntime::TileKey &other) const Esri::ArcGISRuntime::TileKey & operator=(Esri::ArcGISRuntime::TileKey &&other) Esri::ArcGISRuntime::TileKey & operator=(const Esri::ArcGISRuntime::TileKey &other) (since Esri::ArcGISRuntime 200.1) bool operator==(const Esri::ArcGISRuntime::TileKey &other) const 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.

    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.

    This function was introduced in Esri::ArcGISRuntime 200.1.


    RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4