PilotGaea 2D O'view
    正在準備搜尋索引...

    類別 WFS

    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.

    Optional configuration object.

    stable

    層級 (查看層級一覽)

    索引

    方法

    • 函數

      Read all features from a WFS FeatureCollection.

      參數

      • source: string | Object | Document | Node

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 ol.Feature[]

      Features.

      stable

    • Read transaction response of the source.

      參數

      • source: string | Object | Document | Node

        Source.

      回傳 Object

      Transaction response.

      stable

    • Read feature collection metadata of the source.

      參數

      • source: string | Object | Document | Node

        Source.

      回傳 Object

      FeatureCollection metadata.

      stable

    • 函數

      Read the projection from a WFS source.

      參數

      • source: string | Object | Document | Node

        Source.

      回傳 Projection

      Projection.

      stable

    構造函數

    • 參數

      • 可選opt_options: WFSOptions

        Optional configuration object.

      回傳 WFS

      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.

      stable