ArcGIS REST Services Directory Login
JSON

Raster Attribute Table (IAPMProbReclass)

{
 "objectIdFieldName": "",
 "fields": [
  {
   "name": "OID",
   "type": "esriFieldTypeOID",
   "alias": "OID",
   "domain": null
  },
  {
   "name": "Value",
   "type": "esriFieldTypeInteger",
   "alias": "Value",
   "domain": null
  },
  {
   "name": "Count",
   "type": "esriFieldTypeDouble",
   "alias": "Count",
   "domain": null
  },
  {
   "name": "proportion",
   "type": "esriFieldTypeDouble",
   "alias": "proportion",
   "domain": null
  },
  {
   "name": "Label",
   "type": "esriFieldTypeString",
   "alias": "Label",
   "domain": null,
   "length": 50
  }
 ],
 "features": [
  {"attributes": {
   "OID": 0,
   "Value": 1,
   "Count": 8396910,
   "proportion": 0.466656609468,
   "Label": "Low (< 0.25)"
  }},
  {"attributes": {
   "OID": 1,
   "Value": 2,
   "Count": 4697712,
   "proportion": 0.261105036045,
   "Label": "Med-Low (0.25-0.5)"
  }},
  {"attributes": {
   "OID": 2,
   "Value": 3,
   "Count": 3057363,
   "proportion": 0.169932311166,
   "Label": "Med-High (0.5-0.75)"
  }},
  {"attributes": {
   "OID": 3,
   "Value": 4,
   "Count": 1840308,
   "proportion": 0.10230604332,
   "Label": "High (> 0.75)"
  }}
 ]
}