Show / Hide Table of Contents

Class ArcGISImageServiceInfo

The metadata for an ArcGIS image service.

Inheritance
System.Object
ArcGISImageServiceInfo
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.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISImageServiceInfo
Remarks

An ArcGIS image service is a data service that provides access to large collections of imagery, elevation data, rasters, and other remotely sensed data. ArcGISImageServiceInfo provides basic information about the image service, such as the name, extent, spatial reference, pixel type, mosaic field names (if appropriate), and a collection of rendering rules.

To display and interact with the raster images, create a RasterLayer using an ImageServiceRaster constructed from the URL to an ArcGIS Image Service. You can obtain the ArcGISImageServiceInfo content from a loaded ImageServiceRaster.

Properties

Name Description
Attribution

Gets copyright information from image service info object.

CurrentVersion

Gets current version from image service info object.

Fields

Gets optional mosaic dataset catalog table fields from image service info object.

FullExtent

Gets full extent from image service info object.

MaxScale

Gets max scale value from image service info object.

MinScale

Gets min scale value from image service info object.

Name

Gets name from image service info object.

PixelType

Gets pixel type from image service info object.

RenderingRuleInfos

Gets a collection of information about the rendering rules defined in this image service.

SpatialReference

Gets spatial reference from image service info object.

TimeInfo

Gets the image service's time info

Uri

Gets URL from image service info object.

Applies to

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

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.