Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
Describes the layer's supported capabilities.
The compression quality value.
Controls the tolerance of the lerc compression algorithm.
The copyright text as defined by the service.
A list of custom parameters appended to the URL of all resources fetched by the layer.
The SQL where clause used to filter rasters.
Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to how image filters work.
An array of fields in the layer.
The format of the exported image.
The full extent of the layer.
Indicates if the layer has multidimensionalInfo.
The unique ID assigned to the layer.
Indicates the maximum height of the image exported by the service.
Indicates the maximum width of the image exported by the service.
Defines how to interpolate pixel values.
Indicates whether the layer will be included in the legend.
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 maximum scale (most zoomed in) at which the layer is visible in the view.
The minimum scale (most zoomed out) at which the layer is visible in the view.
Defines how overlapping images should be mosaicked.
The multidimensional information associated with the layer if the layer's hasMultidimensions property is true
.
The pixel value representing no available information.
Interpretation of the noData setting.
The name of an oid
field containing a unique value or identifier for each raster in the layer.
The opacity of the layer.
A function that processes pixelData.
Raster source pixel type.
Indicates whether to display popups when features in the layer are clicked.
The popup template for the layer.
The portal item from which the layer is loaded.
A complete list of fields that consists of raster attribute table fields, item pixel value, service pixel value, service pixel value with various server defined function templates, and raster attribute table fields.
Refresh interval of the layer in minutes.
The renderer assigned to the layer.
Specifies the rule for how the requested image should be rendered.
Source raster information of the image service.
The image service's metadata JSON exposed by the ArcGIS REST API.
The spatial reference of the image service.
The layer's time extent.
TimeInfo provides information such as date fields that store start and end time for each feature and the fullTimeExtent for the layer.
A temporary offset of the time data based on a certain TimeInterval.
The title of the layer used to identify it in places such as the LayerList widget.
The URL to the REST endpoint of the layer.
Determines if the layer will update its temporal data based on the view's timeExtent.
The version of ArcGIS Server in which the image service is published.
Indicates if the layer is visible in the View.
Cancels a load() operation if it is already in progress.
Computes histograms based on the provided ImageHistogramParameters.
Computes statistics and histograms for the provided ImageHistogramParameters.
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.
Creates a default popup template for the layer, populated with all the fields of the layer.
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.
Returns an image using the export REST operation that displays data from an ImageryLayer.
Generates raster info for the specified rendering rule.
Gets the image coordinate system information of a catalog item in an image service.
Get the raster info of a catalog item in an image service.
Returns sample point locations, pixel values and corresponding resolutions of the source data for a given geometry.
Indicates whether there is an event listener on the instance that matches the provided event name.
Sends a request to the ArcGIS REST image service to identify content based on the specified ImageIdentifyParameters.
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.
Executes a Query against an image service and returns a FeatureSet, which can be accessed using the .then()
method once the promise resolves.
Executes the pixelFilter function and redraws the layer.
Fetches all the data for the layer.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
Defines a band combination using 0-based band indexes.
Read more...