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

    類別 GMLBase

    Abstract base class; normally only used for creating subclasses and not instantiated in apps. Feature base format for reading and writing data in the GML format. This class cannot be instantiated, it contains only base content that is shared with versioned format classes ol.format.GML2 and ol.format.GML3.

    Optional configuration object.

    層級 (查看層級一覽)

    索引

    方法

    構造函數

    方法

    • 函數

      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.

      回傳 GMLBase

      Abstract base class; normally only used for creating subclasses and not instantiated in apps. Feature base format for reading and writing data in the GML format. This class cannot be instantiated, it contains only base content that is shared with versioned format classes ol.format.GML2 and ol.format.GML3.