{
"request": "queryBoundary",
"collectionId":"hn",
"outSRS":"EPSG:4490"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/queryBoundary' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "queryBoundary",
"collectionId":"hn",
"outSRS":"EPSG:4490"
}'
{
"geometry" : <geojson 多边形对象>,
"area" : <value> 可选
}