The capabilities of a map service. More...
Header: | #include <MapServiceCapabilities.h> |
Since: | Esri::ArcGISRuntime 100.0 |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
MapServiceCapabilities(Esri::ArcGISRuntime::MapServiceCapabilities &&other) | |
MapServiceCapabilities(const Esri::ArcGISRuntime::MapServiceCapabilities &other) | |
MapServiceCapabilities() | |
Esri::ArcGISRuntime::MapServiceCapabilities & | operator=(Esri::ArcGISRuntime::MapServiceCapabilities &&other) |
Esri::ArcGISRuntime::MapServiceCapabilities & | operator=(const Esri::ArcGISRuntime::MapServiceCapabilities &other) |
~MapServiceCapabilities() | |
bool | isSupportsData() const |
bool | isSupportsMap() const |
bool | isSupportsQuery() const |
bool | isSupportsTilemap() const |
bool | isSupportsTilesOnly() const |
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.