Show / Hide Table of Contents

Class ImageServiceRaster

Raster data that is retrieved from an ArcGIS Image Service.

Inheritance
System.Object
Raster
ImageServiceRaster
Implements
ILoadable
Raster.Path
Raster.Function
Raster.RasterType
Raster.LoadStatus
Raster.LoadError
Raster.CancelLoad()
Raster.LoadAsync()
Raster.RetryLoadAsync()
Raster.Loaded
Raster.LoadStatusChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 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 a 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 metadata for the raster's ArcGIS image service.

Uri

Gets the image service URI.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7

Relevant samples

Raster rendering rule: Display a raster on a map and apply different rendering rules to that raster.
In This Article
Back to top Copyright © 2022 Esri.