The service metadata for a Web Map Service (WMS). More...
| Header | #include <Wms |
| Since | Esri |
Public Functions
| Wms | |
| Wms | |
| ~ | |
| QString | description() const |
| QList | image |
| bool | is |
| QString | keywords() const |
| QList | layer |
| QString | name() const |
| QString | title() const |
| Esri | operator=( |
| Esri | operator=(const Esri |
Detailed Description
You can obtain the WmsServiceInfo from a loaded WmsService.
Member Function Documentation
WmsServiceInfo::WmsServiceInfo (const Esri::ArcGISRuntime::WmsServiceInfo &other)
Copy constructor from other WmsServiceInfo.
[noexcept] WmsServiceInfo::WmsServiceInfo (Esri::ArcGISRuntime::WmsServiceInfo &&other)
Move constructor from other WmsServiceInfo.
[noexcept] WmsServiceInfo::~WmsServiceInfo ()
Destructor.
QString WmsServiceInfo::description() const
Returns the description of the service.
QList<Esri::ArcGISRuntime::MapServiceImageFormat > WmsServiceInfo::imageFormats () const
Returns a collection of the 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 collection of zero or more commonly used or formalized words or phrases which describe this service's dataset.
QList<Esri::ArcGISRuntime::WmsLayerInfo > WmsServiceInfo::layerInfos () const
Returns a collection of WmsLayerInfo objects that describes the layers hosted in this WMS service.
Each WMS layer may have one or more sublayers (WmsLayerInfo::sublayerInfos).
QString WmsServiceInfo::name() const
Returns the WMS service name, typically this is "WMS".
May be empty.
QString WmsServiceInfo::title() const
Returns the WMS service's title is brief descriptive text that identifies the service provider.
This information is usually appropriate to display to users.
[noexcept] 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.