The service metadata for a Web Map Service (WMS). More...
Header: | #include <WmsServiceInfo.h> |
Since: | Esri::ArcGISRuntime 100.2 |
Public Functions
WmsServiceInfo(const Esri::ArcGISRuntime::WmsServiceInfo &other) | |
WmsServiceInfo(Esri::ArcGISRuntime::WmsServiceInfo &&other) | |
~WmsServiceInfo() | |
QString | description() const |
QList<Esri::ArcGISRuntime::MapServiceImageFormat> | imageFormats() const |
bool | isEmpty() const |
QStringList | keywords() const |
QList<Esri::ArcGISRuntime::WmsLayerInfo> | layerInfos() const |
QString | name() const |
QString | title() const |
Esri::ArcGISRuntime::WmsServiceInfo & | operator=(const Esri::ArcGISRuntime::WmsServiceInfo &other) |
Esri::ArcGISRuntime::WmsServiceInfo & | operator=(Esri::ArcGISRuntime::WmsServiceInfo &&other) |
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.
WmsServiceInfo::WmsServiceInfo (Esri::ArcGISRuntime::WmsServiceInfo &&other)
Move constructor 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 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.
Esri::ArcGISRuntime::WmsServiceInfo &WmsServiceInfo::operator=(const Esri::ArcGISRuntime::WmsServiceInfo &other)
Assignment operator from other WmsServiceInfo.
Esri::ArcGISRuntime::WmsServiceInfo &WmsServiceInfo::operator=(Esri::ArcGISRuntime::WmsServiceInfo &&other)
Move operator from other WmsServiceInfo.