WfsServiceInfo QML Type

  • Esri.ArcGISRuntime
  • WfsServiceInfo
  • Service metadata for an Open Geospatial Consortium (OGC) Web Feature Service (WFS). More...

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

    Object

    Properties

    Detailed Description

    The WfsServiceInfo can be obtained from a loaded WfsService. The service info provides information for browsing the contents of the service.

    Note: You cannot declare or create a component of this type in QML code.

    Property Documentation

    [read-only] description : string

    Returns the description of the WfsServiceInfo (read-only).


    [read-only] keywords : list<string>

    Returns an unordered list of zero or more commonly used or formalized words or phrases used to describe this service's dataset. (read-only).


    [read-only] layerInfos : list<WfsLayerInfo>

    Returns the list of layer infos that are part of this service (read-only).

    This property can be used to discover the layers (FeatureTypes) exposed by a WFS service in support of a browsing experience.


    [read-only] title : string

    Returns the human-readable title of the WFS service (read-only).


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