{
"request": "rasterinfo",
"collectionName":"420281大冶市",
"rasterNames":[
"4202812017ZY3DOM.img"
]
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/rasterinfo' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "rasterinfo",
"collectionName":"420281大冶市",
"rasterNames":[
"4202812017ZY3DOM.img"
]
}'
{
"resultcode": "success",
"result": {
"rasterinfos": [
{
"hasColormap": true,
"hasPyramid": true,
"rastermetainfo": {
"bandcount": 3,
"imageSize": {
"height": 4840,
"width": 6210
},
"pixelsize": {
"x": 1,
"y": 1
},
"pixeltype": 1,
"useNodata": false
},
"spatial": {
"bbox": [
38529860.54176352,
3384721.8020009077,
38536070.54176352,
3389561.8020009077
],
"crs": "EPSG:2362"
}
}
]
}
}