| name | data type | description |
|---|---|---|
| contentId | number | |
| attributes | HdcRasterDescriptionTO |
Example
{
"contentId" : 12345,
"attributes" : {
"YIns" : 12345.0,
"backgroundTypeId" : 12345,
"XIns" : 12345.0,
"geoMapping" : "...",
"YRes" : 12345.0,
"color" : 12345,
"orient" : 12345,
"XScale" : 12345.0,
"width" : 12345,
"YScale" : 12345.0,
"length" : 12345,
"backGroundId" : 12345,
"units" : "Meter",
"updatedAttributes" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"XRes" : 12345.0,
"overlap" : 12345,
"YMax" : 12345.0,
"coordSystem" : 12345,
"XMax" : 12345.0,
"format" : "...",
"tileSize" : 12345,
"corruptedAttributes" : {
"property1" : "...",
"property2" : "..."
}
}
}