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

    Feature format for reading and writing data in the GeoJSON format.

    Options.

    stable

    層級 (查看層級一覽)

    索引

    方法

    • 函數

      Read a feature from a GeoJSON Feature source. Only works for Feature, use readFeatures to read FeatureCollection source.

      參數

      • source: string | Object | Document | Node

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 window.ov2D3D.MapClient.ol.Feature

      Feature.

      stable

    • 函數

      Read all features from a GeoJSON source. Works with both Feature and FeatureCollection sources.

      參數

      • source: string | Object | Document | Node

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 window.ov2D3D.MapClient.ol.Feature[]

      Features.

      stable

    • 函數

      Read the projection from a GeoJSON source.

      參數

      • source: string | Object | Document | Node

        Source.

      回傳 Projection

      Projection.

      stable

    構造函數