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

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

    Options.

    層級 (查看層級一覽)

    索引

    方法

    • 函數

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

      參數

      • source: string | Object | Document | Node | ArrayBuffer

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 window.ov2D3D.MapClient.ol.Feature

      Feature.

    • 函數

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

      參數

      • source: string | Object | Document | Node | ArrayBuffer

        Source.

      • 可選opt_options: ReadOptions

        Read options.

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

      Features.

    • 函數

      Read the projection from a EsriJSON source.

      參數

      • source: string | Object | Document | Node | ArrayBuffer

        Source.

      回傳 Projection

      Projection.

    構造函數