The capabilities of a map service. More...
| Header | #include <Map |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Map | |
| Map | |
| Map | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| bool | is |
| bool | is |
| bool | is |
| bool | is |
| bool | is |
Detailed Description
Map services offer access to the contents of a map hosted on a server. Map services can expose different levels of capabilities. This class represents those capabilities of a specific service.
Member Function Documentation
MapServiceCapabilities::MapServiceCapabilities (Esri::ArcGISRuntime::MapServiceCapabilities &&other)
Move constructor from other MapServiceCapabilities.
MapServiceCapabilities::MapServiceCapabilities (const Esri::ArcGISRuntime::MapServiceCapabilities &other)
Copy constructor from other MapServiceCapabilities.
MapServiceCapabilities::MapServiceCapabilities ()
Default constructor.
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.
MapServiceCapabilities::~MapServiceCapabilities ()
Destructor.
bool MapServiceCapabilities::isSupportsData () const
Returns whether the map service supports the data capability.
bool MapServiceCapabilities::isSupportsMap () const
Returns whether the map service supports the map capability.
bool MapServiceCapabilities::isSupportsQuery () const
Returns whether the map service supports the query capability.
bool MapServiceCapabilities::isSupportsTilemap () const
Returns whether the map service supports the tile map capability.
This function was introduced in Esri::ArcGISRuntime 100.2.
bool MapServiceCapabilities::isSupportsTilesOnly () const
Returns whether the map service supports tile requests only.
This function was introduced in Esri::ArcGISRuntime 100.2.