HdcSuccessWithRasterTO Data Type

Properties
name data type description
attributes HdcRasterDescriptionTO
contentId number

Example

{
  "attributes" : {
    "orient" : 12345,
    "YScale" : 12345.0,
    "backgroundTypeId" : 12345,
    "YIns" : 12345.0,
    "backGroundId" : 12345,
    "XIns" : 12345.0,
    "XRes" : 12345.0,
    "width" : 12345,
    "YRes" : 12345.0,
    "updatedAttributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "geoMapping" : "...",
    "tileSize" : 12345,
    "format" : "...",
    "XMax" : 12345.0,
    "color" : 12345,
    "units" : "Mm",
    "overlap" : 12345,
    "coordSystem" : 12345,
    "YMax" : 12345.0,
    "description" : "...",
    "corruptedAttributes" : {
      "property1" : "...",
      "property2" : "..."
    },
    "length" : 12345,
    "XScale" : 12345.0
  },
  "contentId" : 12345
}