Class ArcGISImageServiceInfo
The metadata for an ArcGIS image service.
Inheritance
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |