WfsService QML Type

  • Esri.ArcGISRuntime
  • WfsService
  • An OGC Web Feature Service (WFS). More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.5
    Inherits:

    Object

    Properties

    Signals

    Methods

    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.


    [since Esri.ArcGISRuntime 100.6] customParameters : jsobject

    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.


    [read-only] loadError : Error

    Returns the loadError of the WfsService (read-only).


    [read-only] loadStatus : Enums.LoadStatus

    Returns the loadStatus of the WfsService (read-only).

    See also Enums.LoadStatus.


    requestConfiguration : RequestConfiguration

    The RequestConfiguration in use by this task.


    [read-only] serviceInfo : WfsServiceInfo

    The WfsServiceInfo for this service.


    url : url

    The URL of this WfsService.


    Signal Documentation

    credentialChanged()

    Emitted when the credential property changes.

    Note: The corresponding handler is onCredentialChanged.


    [since Esri.ArcGISRuntime 100.6] customParametersChanged()

    Emitted when the customParameters property changes.

    Note: The corresponding handler is onCustomParametersChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.6.


    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.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.