EarthSDK
    正在准备搜索索引...

    函数 _getFeatureProperty

    • 获取要素属性

      参数

      • baseUrl: string

        基础 URL

      • tileServiceName: string

        切片服务名称

      • featureId: string

        要素 ID

      • useEarthDSToken: boolean
      • earthdstoken: string
      • platform: ESRtsPlatform = 'CIMRTS'

      返回 Promise<undefined | { [k: string]: any }>

      • 返回一个 Promise,解析为要素属性对象,如果请求失败则返回 undefined