IdentifyGraphicsOverlayResult Class

GeoView::identifyGraphicsOverlaysAsync task."> IdentifyGraphicsOverlayResult Class | ArcGISQtCpp
  • IdentifyGraphicsOverlayResult
  • class Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult

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

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

    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

    Returns the error that occurred during the identify operation, if there is one.

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

    Returns the identify result's list of identified graphics.

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

    Returns the overlay identify result's overlay.

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

    Returns the identify result's list of identified popups.

    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.