Optional properties: ImageryLayerPropertiesDefines a band combination using 0-based band indexes.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#bandIds)
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.
normal
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-BlendLayer.html#blendMode)
Describes the layer's supported capabilities.
The compression quality value.
Controls the tolerance of the lerc compression algorithm.
0.01
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#compressionTolerance)
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.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-BlendLayer.html#effect)
An array of fields in the layer.
Readonly fieldsA convenient property that can be used to make case-insensitive lookups for a field by name.
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.
4100
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#imageMaxHeight)
Indicates the maximum width of the image exported by the service.
15000
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#imageMaxWidth)
Defines how to interpolate pixel values.
Indicates whether the layer will be included in the legend.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#legendEnabled)
Indicates how the layer should display in the LayerList widget.
"show"
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#listMode)
Readonly loadThe Error object returned if an error occurred while loading.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)
Readonly loadRepresents the status of a load operation.
not-loaded
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)
Readonly loadA list of warnings which occurred while loading.
Readonly loadedIndicates whether the layer's resources have loaded.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#loaded)
The maximum scale (most zoomed in) at which the layer is visible in the view.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ScaleRangeLayer.html#maxScale)
The minimum scale (most zoomed out) at which the layer is visible in the view.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ScaleRangeLayer.html#minScale)
Defines how overlapping images should be mosaicked.
Readonly multidimensionalThe multidimensional information associated with the layer if the layer's hasMultidimensions property is true.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#multidimensionalInfo)
Represents a multidimensional subset of raster data.
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.
1
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#opacity)
A function that processes pixelData.
Raster source pixel type.
Indicates whether to display popups when features in the layer are clicked.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#popupEnabled)
The popup template for the layer.
The portal item from which the layer is loaded.
Readonly rasterA 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.
Readonly rasterReturns raster function information for the image services, including the name, description, help, function type, and a thumbnail of pre-configured raster function templates.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#rasterFunctionInfos)
Refresh interval of the layer in minutes.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-RefreshableLayer.html#refreshInterval)
The renderer assigned to the layer.
Specifies the rule for how the requested image should be rendered.
Readonly serviceSource raster information of the image service.
The image service's metadata JSON exposed by the ArcGIS REST API.
Readonly spatialThe spatial reference of the image service.
The layer's time extent.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#timeExtent)
TimeInfo provides information such as date fields that store start and end time for each feature and the fullTimeExtent for the layer.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#timeInfo)
A temporary offset of the time data based on a certain TimeInterval.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#timeOffset)
The title of the layer used to identify it in places such as the LayerList widget.
Readonly typeThe URL to the REST endpoint of the layer.
Determines if the layer will update its temporal data based on the view's timeExtent.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#useViewTime)
Readonly versionThe version of ArcGIS Server in which the image service is published.
Indicates if the layer is visible in the View.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#visible)
Protected _getProtected _setCancels a load() operation if it is already in progress.
Computes histograms based on the provided ImageHistogramParameters.
Optional requestOptions: anyComputes the corresponding pixel location in columns and rows for an image based on input geometry.
Optional requestOptions: anyComputes statistics and histograms for the provided ImageHistogramParameters.
Optional requestOptions: anyCalled 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.
Optional options: LayerCreateLayerViewOptionsDestroys the layer and any associated resources (including its portalItem, if it is a property on the layer).
Returns an image using the export REST operation that displays data from an ImageryLayer.
Optional options: ArcGISImageServiceFetchImageOptionsGets the image coordinate system information of a catalog item in an image service.
Optional options: ArcGISImageServiceGetCatalogItemICSInfoOptionsGet the raster info of a catalog item in an image service.
Optional options: ArcGISImageServiceGetCatalogItemRasterInfoOptionsReturns sample point locations, pixel values and corresponding resolutions of the source data for a given geometry.
Optional requestOptions: anySends a request to the ArcGIS REST image service to identify content based on the specified ImageIdentifyParameters.
Optional requestOptions: anyCalculates the distance and angle between two points on an image service.
Optional requestOptions: anyCalculates the height of an object between two points on an image service if the sensor info is available.
Optional requestOptions: anyReturns the location for a given point or centroid of a given area on an image service.
Optional requestOptions: anyProtected notifyExecutes a Query against an image service and returns a FeatureSet, which can be accessed using the .then() method once the promise resolves.
Optional requestOptions: anyExecutes the pixelFilter function and redraws the layer.
Static fromJSONGenerated using TypeDoc
Represents a dynamic image service resource as a layer.
Read more...