collectionId
参数值的影像集合(Collection)。 ID值用于在服务中唯一标识该影像集合。{
"request": "collectioninfo",
"collectionNames":[
"testxq"
]
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/collectioninfo' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "collectioninfo",
"collectionNames":[
"testxq"
]
}'
{
"resultcode": "success",
"result": {
"collections": [
{
"allowedMosaicMethods": [
"Center",
"NorthWest",
"ByAttribute"
],
"bandcount": 3,
"collectionId": "123",
"collectionName": "hongshanqu",
"defaultMosaicMethod": "NorthWest",
"description": "wsiearth",
"hasColormap": false,
"hasHistograms": true,
"hasMultidimension": false,
"hasRasterAttributeTable": false,
"pixelsize": {
"x": 126.73469387755102,
"y": 126.73469387755102
},
"pixeltype": 1,
"spatial": {
"bbox": [
38523878.57420195,
3380088.1177889877,
38542064.78822289,
3389583.501829269
],
"crs": "EPSG:2362"
},
"title": "hongshanqu"
}
]
}
}