The following members of class WmsService 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]
WmsService::WmsService (const QUrl &url, 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 Credential, and an optional parent object.
- url - The URL of the WMS service.
- credential - The credential.
- parent - The parent object for this WmsService (optional).
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *WmsService::credential() const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::credential() const.
Returns the security credential used to access this WmsService.
Only applicable if the service is secured.
[override virtual, deprecated]
Esri::ArcGISRuntime::RequestConfiguration WmsService::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 task.
See also setRequestConfiguration().
[override virtual, deprecated]
void WmsService::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 configuration parameters used for network requests sent by this task to requestConfiguration.
See also requestConfiguration().