The full extent of the layer.
The unique ID assigned to the layer.
Indicates how the layer should display in the LayerList widget.
The Error object returned if an error occurred while loading.
Represents the status of a load operation.
A list of warnings which occurred while loading.
Indicates whether the layer's resources have loaded.
The opacity of the layer.
The portal item from which the layer is loaded.
The image service's metadata JSON exposed by the ArcGIS REST API.
The spatial reference of the layer as defined by the service.
Contains information about the tiling scheme for the layer.
The title of the layer used to identify it in places such as the LayerList widget.
URL pointing to the Elevation layer resource on an ArcGIS Image Server.
Indicates if the layer is visible in the View.
Cancels a load() operation if it is already in progress.
Creates an elevation sampler for the given Extent by querying the service layer for elevation data and caching it so values may be sampled quickly afterwards.
Called by the views, such as MapView and SceneView, when the layer is added to the Map.layers collection and a layer view must be created for it.
Destroys the layer and any associated resources (including its portalItem, if it is a property on the layer).
Emits an event on the instance.
Fetches custom attribution data for the layer when it becomes available.
Requests a tile from the service and decodes the data into a linear array of elevation values.
This method returns a URL to a tile for a given level, row and column.
Indicates whether there is an event listener on the instance that matches the provided event name.
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.
Loads the resources referenced by this class.
Queries the service layer for elevation values for the given geometry.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The copyright text as defined by the service.
Read more...