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

    類別 GML3

    Feature format for reading and writing data in the GML format version 3.1.1. Currently only supports GML 3.1.1 Simple Features profile.

    Optional configuration object.

    層級 (查看層級一覽)

    索引

    方法

    • Encode a geometry in GML 3.1.1 Simple Features.

      參數

      回傳 Node

      Node.

    • 函數

      Encode an array of features in GML 3.1.1 Simple Features.

      參數

      回傳 string

      Result.

      stable

    • Encode an array of features in the GML 3.1.1 format as an XML node.

      參數

      回傳 Node

      Node.

    • 函數

      Read all features from a GML FeatureCollection.

      參數

      • source: string | Object | Document | Node

        Source.

      • 可選opt_options: ReadOptions

        Options.

      回傳 ol.Feature[]

      Features.

      stable

    構造函數

    • 參數

      • 可選opt_options: GMLOptions

        Optional configuration object.

      回傳 GML3

      Feature format for reading and writing data in the GML format version 3.1.1. Currently only supports GML 3.1.1 Simple Features profile.