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

    類別 WKT

    Geometry format for reading and writing data in the WellKnownText (WKT) format.

    Options.

    stable

    層級 (查看層級一覽)

    索引

    方法

    • 函數

      Read a feature from a WKT source.

      參數

      • source: string | Object | Document | Node

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 ol.Feature

      Feature.

      stable

    • 函數

      Read all features from a WKT source.

      參數

      • source: string | Object | Document | Node

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 ol.Feature[]

      Features.

      stable

    • 函數

      Read a single geometry from a WKT source.

      參數

      • source: string | Object | Document | Node

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 ol.geom.Geometry

      Geometry.

      stable

    • 函數

      Encode a feature as a WKT string.

      參數

      回傳 string

      WKT string.

      stable

    • 函數

      Encode an array of features as a WKT string.

      參數

      回傳 string

      WKT string.

      stable

    • 函數

      Write a single geometry as a WKT string.

      參數

      回傳 string

      WKT string.

      stable

    構造函數

    • 參數

      回傳 WKT

      Geometry format for reading and writing data in the WellKnownText (WKT) format.

      stable