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

    類別 EsriJSON

    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.

      回傳 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.

      回傳 ol.Feature[]

      Features.

    • 函數

      Read a geometry from a EsriJSON source.

      參數

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

        Source.

      • 可選opt_options: ReadOptions

        Read options.

      回傳 ol.geom.Geometry

      Geometry.

    • 函數

      Read the projection from a EsriJSON source.

      參數

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

        Source.

      回傳 Projection

      Projection.

    • 函數

      Encode a geometry as a EsriJSON string.

      參數

      回傳 string

      EsriJSON.

    • Encode a geometry as a EsriJSON object.

      參數

      回傳 JSON

      Object.

    • 函數

      Encode a feature as a EsriJSON Feature string.

      參數

      回傳 string

      EsriJSON.

    • Encode a feature as a esriJSON Feature object.

      參數

      回傳 Object

      Object.

    • 函數

      Encode an array of features as EsriJSON.

      參數

      回傳 string

      EsriJSON.

    • Encode an array of features as a EsriJSON object.

      參數

      回傳 Object

      EsriJSON Object.

    構造函數