VectorTileStyle Class

  • VectorTileStyle
  • class Esri::ArcGISRuntime::VectorTileStyle

    The style information for a vector tile layer. More...

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

    Public Functions

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

    Detailed Description

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

    See also ArcGISVectorTiledLayer.

    Member Function Documentation

    VectorTileStyle::VectorTileStyle()

    Default constructor.

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

    Copy constructor from other VectorTileStyle.

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

    Move constructor 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 version.

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

    Assignment operator from other VectorTileStyle.

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

    Move operator from other VectorTileStyle.

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