The capabilities of an ArcGIS map service, including whether it supports exporting map images, data and query operations. More...
Member Function Documentation MapServiceCapabilities::MapServiceCapabilities()Default constructor.
MapServiceCapabilities::MapServiceCapabilities(const Esri::ArcGISRuntime::MapServiceCapabilities &other)Copy constructor from other MapServiceCapabilities.
[noexcept]
MapServiceCapabilities::MapServiceCapabilities(Esri::ArcGISRuntime::MapServiceCapabilities &&other)
Move constructor from other MapServiceCapabilities.
[noexcept]
MapServiceCapabilities::~MapServiceCapabilities()
Destructor.
bool MapServiceCapabilities::isSupportsData() constReturns true
if the map service supports data operations, such as find, query, and related records, false
otherwise.
All ArcGIS REST API operations define their required capability in the Map Service help documentation.
bool MapServiceCapabilities::isSupportsMap() constReturns true
if the map service supports map operations, such as exporting map images and listing all layers and tables, false
otherwise.
All ArcGIS REST API operations define their required capability in the Map Service help documentation.
bool MapServiceCapabilities::isSupportsQuery() constReturns true
if the map service supports query operations, such as identify and access attachment data, false
otherwise.
All ArcGIS REST API operations define their required capability in the Map Service help documentation.
[since Esri::ArcGISRuntime 100.2]
bool MapServiceCapabilities::isSupportsTilemap() const
Returns true
if the map service supports tiles, false
otherwise.
This function was introduced in Esri::ArcGISRuntime 100.2.
[since Esri::ArcGISRuntime 100.2]
bool MapServiceCapabilities::isSupportsTilesOnly() const
Returns true
if the map service only supports tile requests, false
otherwise.
You cannot create an ArcGISMapImageLayer from a service that only supports tile requests.
This function was introduced in Esri::ArcGISRuntime 100.2.
[noexcept]
Esri::ArcGISRuntime::MapServiceCapabilities &MapServiceCapabilities::operator=(Esri::ArcGISRuntime::MapServiceCapabilities &&other)
Move operator from other MapServiceCapabilities.
Esri::ArcGISRuntime::MapServiceCapabilities &MapServiceCapabilities::operator=(const Esri::ArcGISRuntime::MapServiceCapabilities &other)Assignment operator from other MapServiceCapabilities.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4