IdentifyLayerResult class final
Identify result containing a layer and the identified elements of that layer.
You need to pass this object to identify result functions.
- Implemented types
Properties
- error → ArcGISException?
-
The error that occurred during the identify operation, if there is one.
no setter
-
geoElements
→ List<
GeoElement> -
The identify result's list of identified graphics.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTransferLimitExceeded → bool
-
If the transfer limit was exceeded for the identify results.
no setter
- layerContent → LayerContent
-
The layer identify result's layer content (a LayerContent).
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sublayerResults
→ List<
IdentifyLayerResult> -
The identify layer result's list 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