IdentifyGraphicsOverlayResult Class

  • IdentifyGraphicsOverlayResult
  • class Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult

    The identified graphics of a GeoView::identifyGraphicsOverlays task. More...

    Header: #include <IdentifyGraphicsOverlayResult.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    virtual ~IdentifyGraphicsOverlayResult() override
    Esri::ArcGISRuntime::Error error() const
    QList<Esri::ArcGISRuntime::Graphic *> graphics() const
    Esri::ArcGISRuntime::GraphicsOverlay *graphicsOverlay() const
    QList<Esri::ArcGISRuntime::Popup *> popups() const

    Detailed Description

    Obtain these results through the identifyGraphicsOverlaysCompleted signal.

    See also GeoView, MapQuickView::identifyGraphicsOverlaysCompleted, and MapGraphicsView::identifyGraphicsOverlaysCompleted.

    Member Function Documentation

    [override virtual] IdentifyGraphicsOverlayResult::~IdentifyGraphicsOverlayResult()

    Destructor.

    Esri::ArcGISRuntime::Error IdentifyGraphicsOverlayResult::error() const

    Gets the Error encountered during the identify.

    An empty error indicates that no error occurred.

    QList<Esri::ArcGISRuntime::Graphic *> IdentifyGraphicsOverlayResult::graphics() const

    Gets the list of identified graphics.

    Esri::ArcGISRuntime::GraphicsOverlay *IdentifyGraphicsOverlayResult::graphicsOverlay() const

    Gets the GraphicsOverlay that the returned graphics are associated with.

    QList<Esri::ArcGISRuntime::Popup *> IdentifyGraphicsOverlayResult::popups() const

    Gets a list of the identifed popups for the graphics overlay.

    Only valid when the identify was called with the returnPopupsOnly parameter set to true.

    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