VectorMarkerSymbolLayer Class

  • VectorMarkerSymbolLayer
  • class Esri::ArcGISRuntime::VectorMarkerSymbolLayer

    Vector marker symbol layer represents a marker comprising vector graphics. More...

    Header: #include <VectorMarkerSymbolLayer.h>
    Since: Esri::ArcGISRuntime 100.5
    Inherits: Esri::ArcGISRuntime::MarkerSymbolLayer

    Public Functions

    VectorMarkerSymbolLayer(const QList<Esri::ArcGISRuntime::VectorMarkerSymbolElement *> &vectorMarkerSymbolElements, QObject *parent = nullptr)
    virtual ~VectorMarkerSymbolLayer() override
    Esri::ArcGISRuntime::VectorMarkerSymbolElementListModel *vectorMarkerSymbolElements() const

    Detailed Description

    A vector marker symbol layer consist of a list of vector marker symbol elements. Each vector marker symbol element can have a symbol and geometry.

    If a vector marker symbol layer is the only symbol layer in the symbol, then this symbol layer places a vector marker at the location of the point feature.

    Member Function Documentation

    [explicit] VectorMarkerSymbolLayer::VectorMarkerSymbolLayer(const QList<Esri::ArcGISRuntime::VectorMarkerSymbolElement *> &vectorMarkerSymbolElements, QObject *parent = nullptr)

    Constructor that takes a list of vectorMarkerSymbolElements with an optional parent.

    Note: the list of vectorMarkerSymbolElements will be automatically added to the vectorMarkerSymbolElements.

    [override virtual] VectorMarkerSymbolLayer::~VectorMarkerSymbolLayer()

    Destructor.

    Esri::ArcGISRuntime::VectorMarkerSymbolElementListModel *VectorMarkerSymbolLayer::vectorMarkerSymbolElements() const

    Returns a list of VectorMarkerSymbolElement as a modifiable list model.

    The default value is an empty collection. An empty collection of elements renders nothing. If not empty, the returned collection contains the component elements of the vector marker.

    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