AnalysisViewState class final

The state of an analysis in a GeoViewController.

This object allows you to know the current state of an analysis in a view.

Implemented types

Properties

error ArcGISException?
The error that describes a problem encountered when displaying an analysis in a GeoViewController.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AnalysisViewStatus
The status of an analysis in a GeoViewController.
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