collectionId
参数值的影像集合(Collection)。 ID值用于在服务中唯一标识该影像集合。{
"request": "download",
"collectionName": "420281大冶市",
"clipType": "1",
"rects": [
{
"xmin": 38589551.9435897395,
"xmax": 38595999.5351170525,
"ymin": 3325611.7702327026,
"ymax": 3332651.4875125242
}
],
"geoSRS": "EPSG:2362"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/download' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "download",
"collectionName": "420281大冶市",
"clipType": "1",
"rects": [
{
"xmin": 38589551.9435897395,
"xmax": 38595999.5351170525,
"ymin": 3325611.7702327026,
"ymax": 3332651.4875125242
}
],
"geoSRS": "EPSG:2362"
}'
{
"resourceUrl": [
"http://127.0.0.1:8699/kqgis/download/2ecda468-9f72-4a02-9367-10b06a973821/rasterfile.zip"
],
"resultcode": "success"
}