[explicit]
WfsService::WfsService(const QUrl &url, QObject *parent = nullptr)
Creates a WfsService, taking a URL to the service.
The URL is the 'GetCapabilities' URL for the WFS service. Web Feature Service (WFS) is an OGC standard. This API supports WFS versions 2.0.0 and 2.0.2.
[override virtual noexcept]
WfsService::~WfsService()
Destructor.
[override virtual]
void WfsService::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.6]
QMap<QString, QString> WfsService::customParameters() const
Returns these parameters are appended to all WFS requests e.g. GetCapabilities, GetFeature, and DescribeFeatureType.
Will throw ErrorType::CommonIllegalState if the WFS service is loaded.
This function was introduced in Esri::ArcGISRuntime 100.6.
See also setCustomParameters().
[signal]
void WfsService::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 WfsService::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 WfsService::loadError() const
Reimplements: Loadable::loadError() const.
Returns the load error.
See Loadable.
See also Error.
[override virtual]
Esri::ArcGISRuntime::LoadStatus WfsService::loadStatus() const
Reimplements: Loadable::loadStatus() const.
Returns the load status.
See Loadable.
See also LoadStatus.
[signal]
void WfsService::loadStatusChanged(Esri::ArcGISRuntime::LoadStatus loadStatus)
Signal emitted when the load status changes for this object.
See also Loadable.
[override virtual]
void WfsService::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. Will always call the done loading if this is called.
See Loadable.
Esri::ArcGISRuntime::WfsServiceInfo WfsService::serviceInfo() constReturns the WfsServiceInfo, which describes the WFS service metadata.
The WFS service info is returned as WfsServiceInfo type.
[since Esri::ArcGISRuntime 100.6]
void WfsService::setCustomParameters(const QMap<QString, QString> &customParameters)
Sets the customParameters to customParameters.
This function was introduced in Esri::ArcGISRuntime 100.6.
See also customParameters.
[override virtual]
QUrl WfsService::url() const
Reimplements: RemoteResource::url() const.
Returns the service's URL.
Will throw ErrorType::CommonIllegalState if the WFS service is loaded.
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