Show / Hide Table of Contents

Class MapServiceCapabilities

Describes the capabilities of an ArcGIS map service, including whether it supports exporting map images, data and query operations.

Inheritance
System.Object
MapServiceCapabilities
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 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

ArcGISMapServiceInfo

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.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.