Class ArcGISMapServiceInfo
The metadata for an ArcGIS map service.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISMapServiceInfo
Remarks
An ArcGIS map service is a data service that provides access to map images that can be rendered dynamically or
pre-rendered and cached in a tile grid as static images. You can display dynamically rendered images using
Arc
Arc
You can obtain the Arc
Properties
Name | Description |
---|---|
Attribution | Gets the map service's copyright information. |
Capabilities | Gets the capabilities supported by this map service, such as export, data, and query operations. |
Current |
Gets the map service version. |
Description | Gets the map description. |
Document |
Gets the document information, such as the title, author, and comments. |
Export |
Gets a value indicating whether exporting tiles in compact version 2 format (.tpkx) is supported. |
Export |
Gets a value indicating whether exporting tiles in compact format (.tpk) is supported. |
Full |
Gets the full extent of the map service. |
Initial |
Gets the initial extent of the map service. |
Layer |
Gets the service's layers; |
Map |
Gets the map name. |
Max |
Gets the maximum number of tiles supported for exporting tiles. |
Max |
Gets the max height supported for an image export. |
Max |
Gets the max width supported for an image export. |
Max |
Gets the maximum number of records that will be returned at once for a query |
Max |
Gets the maximum scale for the map service. |
Min |
Gets the minimum scale for the map service. |
Service |
Gets the map service description. |
Service |
Gets the service type of the service info. |
Single |
Gets a value indicating whether map service has a single fused map cache. |
Source | Gets the ArcGIS REST service endpoint. |
Spatial |
Gets the Spatial |
Supported |
Gets the list of supported image format types. |
Supports |
Gets a value indicating whether the service supports dynamically defined layers. |
Table |
Gets the collection of table infos that represent tables of the service. |
Tile |
Gets the information about the map tile cache if the map service is cached. |
Tile |
Gets the tile servers that allow distributing load to multiple endpoints (optional) |
Time |
Gets the time information for a time-enabled map service. |
Unit | Gets the unit map service uses for it's default spatial reference. |
Methods
Name | Description |
---|---|
From |
Creates a service info item from a JSON representation. |
To |
Serializes this object to a JSON string. |
See Also
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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |