The following members of class WmsLayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) | Wms |
Member Function Documentation
[deprecated]
WmsLayer::WmsLayer (const QUrl &url, const QStringList &layerNames , Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Constructor that accepts a URL, a list of layer names, a credential, and an optional parent object.
- url - The URL of the WMS service - see WmsService::url
- layerNames - List of WMS layer names to display
- credential - The Credential used to access this layer
- parent - The parent object for this WmsLayer (optional)
ArcGIS Maps SDK supports WMS versions 1.3.0, 1.1.1, and 1.1.0. The latest supported WMS version is set as the default.
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *WmsLayer::credential() const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::credential() const.
Returns security credentials to access the remote resource. Only applicable if the resource is secured.
[override virtual, deprecated]
Esri::ArcGISRuntime::RequestConfiguration WmsLayer::requestConfiguration () const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::requestConfiguration() const.
Returns the RequestConfiguration in use by this layer.
See also setRequestConfiguration().
[override virtual, deprecated]
void WmsLayer::setRequestConfiguration (const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration )
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration).
Sets requestConfiguration used for network requests sent by this layer.
See also requestConfiguration().