The identified GeoElements of a GeoView::identifyLayers task. More...
|  Header |  #include <Identify | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ | 
|  Esri | error() const | 
|  QList | geo | 
| bool | is | 
|  Esri | layer | 
|  QList | popups() const | 
|  QList | sublayer | 
Detailed Description
Obtain these results through the identifyLayersCompleted signal.
See also GeoView, MapQuickView::identifyLayersCompleted, and MapGraphicsView::identifyLayersCompleted.
Member Function Documentation
[override virtual] IdentifyLayerResult::~IdentifyLayerResult   ()   
Destructor.
Esri::ArcGISRuntime::Error    IdentifyLayerResult::error() const   
Gets the Error encountered during the identify.
An empty error indicates that no error occurred.
QList<Esri::ArcGISRuntime::GeoElement     *> IdentifyLayerResult::geoElements () const    
Gets the list of identified GeoElements.
bool IdentifyLayerResult::isTransferLimitExceeded   () const   
Returns whether the transfer limit was exceeded for the identify results.
Esri::ArcGISRuntime::LayerContent     *IdentifyLayerResult::layerContent () const    
Gets the Layer or ArcGISSublayer that the returned GeoElements are associated with.
QList<Esri::ArcGISRuntime::Popup    *> IdentifyLayerResult::popups() const    
Gets a list of the identifed popups for the layer represented by layerContent.
The list of popups may be empty if the layer is composed of sub layers, in which case sublayerResults will be populated with results from sub layers.
Only valid when the identify was called with the returnPopupsOnly parameter set to true.
QList<Esri::ArcGISRuntime::IdentifyLayerResult      *> IdentifyLayerResult::sublayerResults () const    
Gets the list of IdentifyLayerResult for the sublayers.