文档
测试

选中照片返回图上预测位置

POST
127.0.0.1:8068/ccproject/selectphoto

接口描述

返回选中控制点潜在影像的图上预测位置

请求参数

参数名
类型
描述
必填
inputblockfile_path
str
”上传区块“中的全路径
必填
controlpoint_msg
列表嵌套字典
选中的控制点信息
必填
imagepath
str
选中的照片在xml中的名称,为全路径
必填

说明 / 示例

{ "inputblockfile_path":"//192.168.3.237/d/images/kuangshan/kuangshan_test.xml", "controlpoint_msg":[{"SRS": "2154", "name": "9001", "x": "970298.559", "y": "6623426.885", "z": "573.325"}], "imagepath" : "//192.168.3.237/d/images/kuangshan/Images/IMG_1153.JPG" }