{
"workspaceid":"wksId",
"formatid": "luojingceshi10222",
"allowBandRegroup": "0",
"symbolizationType": "RGB",
"redBand": 1,
"greenBand": 2,
"blueBand": 3,
"stretchBand": 1,
"backGroundColor": [
203,
56,
48
],
"nodataColor": [
255,
255,
255
],
"stretchType": "Empty",
"levelCount": 2,
"levelColors": [
{
"DNValue": 15,
"Name": "正常",
"Color": [
128,
65,
162
],
"Desc": 1
},
{
"DNValue": 28,
"Name": "轻度",
"Color": [
29,
80,
134
],
"Desc": 2
}
],
"backgroundValue": [
-1,
-1,
-1
],
"stretchMaxPix": 1000,
"stretchMinPix": 100
}
curl --location --request POST 'http://gykj123.cn:9000/api/v1/imgRender/saveRender' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspaceid":"wksId",
"formatid": "luojingceshi10222",
"allowBandRegroup": "0",
"symbolizationType": "RGB",
"redBand": 1,
"greenBand": 2,
"blueBand": 3,
"stretchBand": 1,
"backGroundColor": [
203,
56,
48
],
"nodataColor": [
255,
255,
255
],
"stretchType": "Empty",
"levelCount": 2,
"levelColors": [
{
"DNValue": 15,
"Name": "正常",
"Color": [
128,
65,
162
],
"Desc": 1
},
{
"DNValue": 28,
"Name": "轻度",
"Color": [
29,
80,
134
],
"Desc": 2
}
],
"backgroundValue": [
-1,
-1,
-1
],
"stretchMaxPix": 1000,
"stretchMinPix": 100
}'
{}