HdcSuccessWithRasterTO Data Type

Properties
name data type description
contentId number
attributes HdcRasterDescriptionTO

Example

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