VectorTileStyle Class

  • VectorTileStyle
  • class Esri::ArcGISRuntime::VectorTileStyle

    A style sheet for a vector tiled layer. More...

    Header: #include <VectorTileStyle.h>
    Since: Esri::ArcGISRuntime 100.0

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    VectorTileStyle(Esri::ArcGISRuntime::VectorTileStyle &&other)
    VectorTileStyle(const Esri::ArcGISRuntime::VectorTileStyle &other)
    VectorTileStyle()
    Esri::ArcGISRuntime::VectorTileStyle &operator=(Esri::ArcGISRuntime::VectorTileStyle &&other)
    Esri::ArcGISRuntime::VectorTileStyle &operator=(const Esri::ArcGISRuntime::VectorTileStyle &other)
    ~VectorTileStyle()
    bool isEmpty() const
    QUrl url() const
    QString version() const

    Detailed Description

    The style sheet describes the appearance of the geometry in a vector tiled layer.

    See also ArcGISVectorTiledLayer.

    Member Function Documentation

    VectorTileStyle::VectorTileStyle(Esri::ArcGISRuntime::VectorTileStyle &&other)

    Move constructor from other VectorTileStyle.

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

    Copy constructor from other VectorTileStyle.

    VectorTileStyle::VectorTileStyle()

    Default constructor.

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

    Move operator from other VectorTileStyle.

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

    Assignment operator from other VectorTileStyle.

    VectorTileStyle::~VectorTileStyle()

    Destructor.

    bool VectorTileStyle::isEmpty() const

    Returns whether this object is empty.

    QUrl VectorTileStyle::url() const

    Returns the style sheet's URL.

    QString VectorTileStyle::version() const

    Returns the style sheet's version.

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close