Class ImageServiceRaster
Raster data that is retrieved from an ArcGIS Image Service.
Implements
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ImageServiceRaster : Raster, ILoadable
Remarks
An ArcGIS image service provides access to raster data through a web service. A single raster dataset or a mosaic dataset which
contains a collection of raster datasets can be served as one image service. The mosaic dataset can dynamically process
and mosaic the images on the fly. An image service supports accessing both the mosaicked image and its catalog, as well
as individual rasters in the catalog. An image service raster allows you to display raster data from image services
using a Raster
Constructors
Name | Description |
---|---|
Image |
Initializes a new instance of the Image |
Properties
Name | Description |
---|---|
Mosaic |
Gets or sets the mosaic rule used for combining a number of input rasters that are often overlapping. |
Rendering |
Gets or sets the Rendering |
Service |
Gets the metadata for the raster's ArcGIS image service. |
Uri | Gets the image service URI. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |