The status of the Web Socket connection with the stream service.
The effect applied to the layer view.
The attribute, geometry, and time extent filter.
The layer being viewed.
Value is true
if the layer is suspended (i.e., layer will not redraw or update itself when the extent changes).
Value is true
when the layer is updating; for example, if it is in the process of fetching data.
When true
, the layer is visible in the view.
Emits an event on the instance.
Indicates whether there is an event listener on the instance that matches the provided event name.
Highlights the given feature(s).
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Registers an event handler on the instance.
Executes a Query against features available for drawing in the layer view and returns the number of features that satisfy the query.
Executes a Query against features available for drawing in the layer view and returns a FeatureSet.
If a trackIdField is specified on the stream service, this method executes a Query against features available for drawing in the layer view and returns a FeatureSet of the latest observations for each trackId
that satisfy the query.
Executes a Query against features available for drawing in the layer view and returns array of the ObjectIDs of features that satisfy the input query.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The error that explains an unsuccessful attempt to connect to the stream service or an unexpected disconnection from the stream service.
Read more...