Class MapServiceCapabilities
Describes the capabilities of an ArcGIS map service, including whether it supports exporting map images, data and query operations.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class MapServiceCapabilities
Remarks
You can access the content of a map from an ArcGIS map service using one of its three main capabilities:
- Data - find, query, and related records.
- Map - export map images and list all layers and tables.
- Query - identify and access attachment data.
These capabilities are reflected in Supports
You can obtain an ArcGIS map service's Map
Properties
Name | Description |
---|---|
Supports |
Gets a value indicating whether the map service supports data operations, such as find, query, and related records. |
Supports |
Gets a value indicating whether the map service supports map operations, such as exporting map images and listing all layers and tables. |
Supports |
Gets a value indicating whether the map service supports query operations, such as identify and access attachment data. |
Supports |
Gets a value indicating whether the map service supports tiles. |
Supports |
Gets a value indicating whether the map service supports tile requests only. |
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 |