OgcFeatureService QML Type
An OGC API - Features service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.9 |
Inherits: |
Properties
- credential : Credential
- customParameters : jsobject
- loadError : Error
- loadStatus : Enums.LoadStatus
- requestConfiguration : RequestConfiguration
- serviceInfo : OgcFeatureServiceInfo
- url : url
Signals
- credentialChanged()
- customParametersChanged()
- loadErrorChanged()
- loadStatusChanged()
- requestConfigurationChanged()
- serviceInfoChanged()
- urlChanged()
Methods
- void cancelLoad()
- void load()
- void retryLoad()
Detailed Description
Use OgcFeatureServiceInfo as an entry point to explore the OGC API - Features service metadata.
See also Loadable and RemoteResource.
Property Documentation
credential : Credential |
Returns the security credential used to access this OgcFeatureService.
Only applicable if the service is secured.
customParameters : jsobject |
These vendor specific parameters are appended to all OGC API - Features HTTP requests.
Note: this property can only be set before the OGC feature service is loaded.
loadError : Error |
Returns the loadError of the OgcFeatureService (read-only).
loadStatus : Enums.LoadStatus |
Returns the loadStatus of the OgcFeatureService (read-only).
See also Enums.LoadStatus.
requestConfiguration : RequestConfiguration |
The RequestConfiguration in use by this task.
serviceInfo : OgcFeatureServiceInfo |
The OgcFeatureServiceInfo that describes the OGC API - Features service (read-only).
url : url |
The service's landing page URL.
Note: this property can only be set before the OGC feature service is loaded.
Signal Documentation
credentialChanged() |
Emitted when the credential property changes.
Note: The corresponding handler is onCredentialChanged
.
customParametersChanged() |
Emitted when the customParameters property changes.
Note: The corresponding handler is onCustomParametersChanged
.
loadErrorChanged() |
Emitted when the loadError property changes.
Note: The corresponding handler is onLoadErrorChanged
.
loadStatusChanged() |
Emitted when the loadStatus property changes.
Note: The corresponding handler is onLoadStatusChanged
.
requestConfigurationChanged() |
Emitted when the requestConfiguration property changes.
Note: The corresponding handler is onRequestConfigurationChanged
.
serviceInfoChanged() |
Emitted when the serviceInfo property changes.
Note: The corresponding handler is onServiceInfoChanged
.
urlChanged() |
Emitted when the url property changes.
Note: The corresponding handler is onUrlChanged
.
Method Documentation
void cancelLoad() |
See Loadable.
void load() |
See Loadable.
void retryLoad() |
See Loadable.