Classdesc

Feature format for reading and writing data in the WFS format. By default, supports WFS version 1.1.0. You can pass a GML format as option if you want to read a WFS that contains GML2 (WFS 1.0.0). Also see ol.format.GMLBase which is used by this format.

Param: opt_options

Optional configuration object.

Api

stable

Hierarchy

Constructors

  • Parameters

    • Optional opt_options: WFSOptions

      Optional configuration object.

    Returns WFS

    Classdesc

    Feature format for reading and writing data in the WFS format. By default, supports WFS version 1.1.0. You can pass a GML format as option if you want to read a WFS that contains GML2 (WFS 1.0.0). Also see ol.format.GMLBase which is used by this format.

    Api

    stable

Methods

  • Read feature collection metadata of the source.

    Parameters

    • source: string | Object | Node | Document

      Source.

    Returns Object

    FeatureCollection metadata.

    Api

    stable

  • Read all features from a WFS FeatureCollection.

    Parameters

    • source: string | Object | Node | Document

      Source.

    • Optional opt_options: ReadOptions

      Read options.

    Returns ol.Feature[]

    Features.

    Function

    Api

    stable

  • Read the projection from a WFS source.

    Parameters

    • source: string | Object | Node | Document

      Source.

    Returns Projection

    Projection.

    Function

    Api

    stable

  • Read transaction response of the source.

    Parameters

    • source: string | Object | Node | Document

      Source.

    Returns Object

    Transaction response.

    Api

    stable

  • Encode format as WFS GetFeature and return the Node.

    Parameters

    Returns Node

    Result.

    Api

    stable

  • Encode format as WFS Transaction and return the Node.

    Parameters

    Returns Node

    Result.

    Api

    stable

Generated using TypeDoc