TileKey Class

  • 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
    bool operator!=(const Esri::ArcGISRuntime::TileKey &other) const
    Esri::ArcGISRuntime::TileKey &operator=(const Esri::ArcGISRuntime::TileKey &other)
    Esri::ArcGISRuntime::TileKey &operator=(Esri::ArcGISRuntime::TileKey &&other)
    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.

    • level - The tile level.
    • column - The column.
    • row - The row.

    TileKey::TileKey(const Esri::ArcGISRuntime::TileKey &other)

    Copy constructor from other TileKey.

    TileKey::TileKey(Esri::ArcGISRuntime::TileKey &&other)

    Move constructor from other TileKey.

    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==.

    Esri::ArcGISRuntime::TileKey &TileKey::operator=(const Esri::ArcGISRuntime::TileKey &other)

    Assignment operator from other TileKey.

    Esri::ArcGISRuntime::TileKey &TileKey::operator=(Esri::ArcGISRuntime::TileKey &&other)

    Move operator from other TileKey.

    [since Esri::ArcGISRuntime 200.1] bool TileKey::operator==(const Esri::ArcGISRuntime::TileKey &other) const

    Equivalency operator.

    Returns true if this object and other are equivalent.

    This function was introduced in Esri::ArcGISRuntime 200.1.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.