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 SupportsData, SupportsMap, and SupportsQuery. For more information, see the Map Service help documentation.
You can obtain an ArcGIS map service's MapServiceCapabilities using ArcGISMapServiceInfo. This is available from a number of loaded resources, such as ArcGISMapImageLayer, ArcGISTiledLayer, or ExportTileCacheTask.
Properties
Name | Description |
---|---|
SupportsData | Gets a value indicating whether the map service supports data operations, such as find, query, and related records. |
SupportsMap | Gets a value indicating whether the map service supports map operations, such as exporting map images and listing all layers and tables. |
SupportsQuery | Gets a value indicating whether the map service supports query operations, such as identify and access attachment data. |
SupportsTilemap | Gets a value indicating whether the map service supports tiles. |
SupportsTilesOnly | 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.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.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |