Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Service (WMS). More...
| Header | #include <Wms |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.2.
Public Functions
| Wms | |
| Wms | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QString | description() const |
| QList | image |
| bool | is |
| QString | keywords() const |
| QList | layer |
| QString | name() const |
| QString | title() const |
Detailed Description
The WmsServiceInfo can be obtained from a loaded WmsService. The service info provides information for browsing the contents of the service.
Member Function Documentation
WmsServiceInfo::WmsServiceInfo (Esri::ArcGISRuntime::WmsServiceInfo &&other)
Move constructor from other WmsServiceInfo.
WmsServiceInfo::WmsServiceInfo (const Esri::ArcGISRuntime::WmsServiceInfo &other)
Copy constructor from other WmsServiceInfo.
Esri::ArcGISRuntime::WmsServiceInfo &WmsServiceInfo::operator=(Esri::ArcGISRuntime::WmsServiceInfo &&other)
Move operator from other WmsServiceInfo.
Esri::ArcGISRuntime::WmsServiceInfo &WmsServiceInfo::operator=(const Esri::ArcGISRuntime::WmsServiceInfo &other)
Assignment operator from other WmsServiceInfo.
WmsServiceInfo::~WmsServiceInfo ()
Destructor.
QString WmsServiceInfo::description() const
Returns the description of the service.
QList<Esri::ArcGISRuntime::MapServiceImageFormat > WmsServiceInfo::imageFormats () const
Returns a list of image formats supported by the WMS service.
The returned collection of image formats supported by the WMS service is of type MapServiceImageFormat.
bool WmsServiceInfo::isEmpty () const
Returns whether the service is empty.
QStringList WmsServiceInfo::keywords() const
Returns an unordered list of zero or more commonly used or formalized words or phrases used to describe this service's dataset.
QList<Esri::ArcGISRuntime::WmsLayerInfo > WmsServiceInfo::layerInfos () const
Returns the list of layer infos that are part of this service.
QString WmsServiceInfo::name() const
Returns the name of the service, typically used for machine-to-machine communication. May be empty.
QString WmsServiceInfo::title() const
Returns the human-readable title of the WMS service.