IdentifyLayerResult class final

The identify layer result contains the identified geoelements of a layer.

Operations that identify the geoelements in a layer, such as GeoViewController.identifyLayer or GeoViewController.identifyLayers, return the resulting geoelements in an IdentifyLayerResult.geoElements collection for each layer.

Implemented types

Properties

error → ArcGISException?
The error that occurred during the identify operation, if there is one.
no setter
geoElements → List<GeoElement>
The collection of identified geoelements.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isTransferLimitExceeded → bool
True if the transfer limit was exceeded for the identify results, false otherwise.
no setter
layerContent → LayerContent
The layer that contains the identified geoelements.
no setter
popups → List<Popup>
The collection of identified popups.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sublayerResults → List<IdentifyLayerResult>
The identify layer result's collection of sub results.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited