An OGC API - Features service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
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.
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).
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).
The service's landing page URL.
Note: this property can only be set before the OGC feature service is loaded.
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
.
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.