Class ImageServiceRaster
An instance of this class represents a raster 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 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 RasterLayer. It also allows you to apply service-defined or client-defined rendering rules by setting RenderingRule on it. You can pass an image service raster as a raster input to an RasterFunction to work with local raster functions. The image service raster is derived from the raster class.
Constructors
Name | Description |
---|---|
ImageServiceRaster(Uri) | Initializes a new instance of the ImageServiceRaster class from the given URI. |
Properties
Name | Description |
---|---|
MosaicRule | Gets or sets the mosaic rule used for combining a number of input rasters that are often overlapping. |
RenderingRule | Gets or sets the RenderingRule object. |
ServiceInfo | Gets the ArcGISImageServiceInfo object. |
Uri | Gets the image service URI. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 100.15 |