IdentifyGraphicsOverlayResult class final
The identify graphics overlay result contains the identified geoelements of an overlay.
Operations that identify the geoelements in a graphics overlay, such as GeoViewController.identifyGraphicsOverlay or GeoViewController.identifyGraphicsOverlays, return the resulting geoelements in an IdentifyGraphicsOverlayResult.geoElements collection for each graphics overlay.
- 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
-
graphics
→ List<
Graphic> -
The collection of identified graphics.
no setter
- graphicsOverlay → GraphicsOverlay
-
The graphics overlay that contains the identified graphics.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
popups
→ List<
Popup> -
The collection of identified popups.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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