[explicit]
WmsService::WmsService(const QUrl &url, QObject *parent = nullptr)
Creates a WmsService with the specified URL to the service.
If you want to specify a different WMS version, set the VERSION parameter in the GetCapabilities URL for the service. For more information, see Parameters of a WMS GetCapabilities request URL.
[override virtual noexcept]
WmsService::~WmsService()
Destructor.
[override virtual]
void WmsService::cancelLoad()
Reimplements: Loadable::cancelLoad().
Cancels loading metadata for the object.
Cancels loading the metadata if the object is loading
See Loadable.
[since Esri::ArcGISRuntime 100.3]
QMap<QString, QString> WmsService::customParameters() const
Returns custom parameters that are appended to GetCapabilities, GetMap, and GetFeatureInfo WMS requests.
When making a WMS request, only parameters required by the service are included by default. Setting custom parameters will allow you to specify any additional parameters, such as API keys or user credentials, to the service. These parameters will be appended to GetCapabilities, GetMap, and GetFeatureInfo requests. Parameters intended for GetCapabilities requests should be set before the service is loaded.
If a parameter with the same name is defined in a layer's custom parameters, then the layer-specific values take precedence over service-wide values.
This function was introduced in Esri::ArcGISRuntime 100.3.
See also setCustomParameters().
[signal]
void WmsService::doneLoading(const Esri::ArcGISRuntime::Error &loadError)
Signal emitted when this object is done loading.
Note: If there is a load error it will also be emitted on the errorOccurred
signal.
[override virtual]
void WmsService::load()
Reimplements: Loadable::load().
Loads the metadata for the object asynchronously.
Loads the metadata if the object is not loaded
See Loadable.
[override virtual]
Esri::ArcGISRuntime::Error WmsService::loadError() const
Reimplements: Loadable::loadError() const.
Returns the load error.
See Loadable.
See also Error.
[override virtual]
Esri::ArcGISRuntime::LoadStatus WmsService::loadStatus() const
Reimplements: Loadable::loadStatus() const.
Returns the load status.
See Loadable.
See also LoadStatus.
[signal]
void WmsService::loadStatusChanged(Esri::ArcGISRuntime::LoadStatus loadStatus)
Signal emitted when the load status changes for this object.
See also Loadable.
[override virtual]
void WmsService::retryLoad()
Reimplements: Loadable::retryLoad().
Loads or retries loading metadata for the object asynchronously.
Will retry loading the metadata if the object is failed to load. Will load the object if it is not loaded. Will not retry to load the object if the object is loaded.
See Loadable.
Esri::ArcGISRuntime::WmsServiceInfo WmsService::serviceInfo() constReturns the information for browsing and accessing the WmsService content.
[since Esri::ArcGISRuntime 100.3]
void WmsService::setCustomParameters(const QMap<QString, QString> &customParameters)
ets the customParameters to customParameters.
This function was introduced in Esri::ArcGISRuntime 100.3.
See also customParameters.
[override virtual]
QUrl WmsService::url() const
Reimplements: RemoteResource::url() const.
Returns the WMS service's URL.
Esri::ArcGISRuntime::WmsVersion WmsService::version() constReturns the version of the WMS specification used when communicating with this service.
This API supports WMS versions: 1.3.0, 1.1.1, and 1.1.0. By default the value is the latest supported WMS version.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4