云地图服务 KOOMAP-获取单张图片里的所有刺点信息:响应参数

时间:2023-12-28 16:59:00

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

spurInfos

Array of SpurInfoDetail objects

刺点信息列表。

page

Page object

分页信息。

表4 SpurInfoDetail

参数

参数类型

描述

imageCode

String

图像ID。

id

String

刺点ID。

taskId

String

刺点所属任务ID。

pointWidth

String

刺点在图片中的横向像素值。

pointHeight

String

刺点在图片中的纵向像素值。

longitude

String

像控点经度。

latitude

String

像控点纬度。

height

String

像控点高度。

accuracy

String

像控点精度。

表5 Page

参数

参数类型

描述

offset

Integer

偏移量,表示从第几条数据开始查询。

limit

Integer

每页包含的查询记录数量。

total

Integer

符合查询条件的记录总数。

状态码: 400

表6 响应Body参数

参数

参数类型

描述

error_code

String

请求状态码。

最小长度:3

最大长度:36

error_msg

String

错误描述。

最小长度:2

最大长度:512

状态码: 500

表7 响应Body参数

参数

参数类型

描述

error_code

String

请求状态码。

最小长度:3

最大长度:36

error_msg

String

错误描述。

最小长度:2

最大长度:512

support.huaweicloud.com/api-koomap/ListSpurPoints.html