An OGC Web Feature Service (WFS). More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.5 |
Inherits: |
Properties
- credential : Credential
- customParameters : jsobject
- loadError : Error
- loadStatus : Enums.LoadStatus
- requestConfiguration : RequestConfiguration
- serviceInfo : WfsServiceInfo
- url : url
Signals
- credentialChanged()
- customParametersChanged()
- loadErrorChanged()
- loadStatusChanged()
- requestConfigurationChanged()
- serviceInfoChanged()
- urlChanged()
Methods
- void cancelLoad()
- void load()
- void retryLoad()
Detailed Description
The WfsService is constructed using the URL of the service and once the load task completes (see Loadable) allows the user to browse for predefined content via the serviceInfo.
This provides an entry point to explore the WFS service metadata.
See also Loadable, RemoteResource, Loadable, and WfsServiceInfo.
Property Documentation
credential : Credential |
Returns the security credential used to access this WfsService.
Only applicable if the service is secured.
Returns key/value pairs representing the custom parameters that are applied to the WFS requests related to this service.
These parameters are appended to all WFS requests.
Note: this property can only be set before the WFS service is loaded.
This property was introduced in Esri.ArcGISRuntime 100.6.
loadError : Error |
Returns the loadError of the WfsService (read-only).
Returns the loadStatus of the WfsService (read-only).
See also Enums.LoadStatus.
requestConfiguration : RequestConfiguration |
The RequestConfiguration in use by this task.
serviceInfo : WfsServiceInfo |
The WfsServiceInfo for this service.
The URL of this WfsService.
Signal Documentation
Emitted when the credential property changes.
Note: The corresponding handler is onCredentialChanged
.
Emitted when the customParameters property changes.
Note: The corresponding handler is onCustomParametersChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.6.
Emitted when the loadError property changes.
Note: The corresponding handler is onLoadErrorChanged
.
Emitted when the loadStatus property changes.
Note: The corresponding handler is onLoadStatusChanged
.
Emitted when the requestConfiguration property changes.
Note: The corresponding handler is onRequestConfigurationChanged
.
Emitted when the serviceInfo property changes.
Note: The corresponding handler is onServiceInfoChanged
.
Emitted when the url property changes.
Note: The corresponding handler is onUrlChanged
.
Method Documentation
See Loadable.
See Loadable.
See Loadable.