ArcGIS REST Services Directory Login | Get Token
JSON

Raster Attribute Table (RDW_LandscapeAndWildlife/Northern_Plains_High_Resolution_Land_Cover)

{
 "objectIdFieldName": "OBJECTID",
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null
  },
  {
   "name": "Value",
   "type": "esriFieldTypeInteger",
   "alias": "Value",
   "domain": null
  },
  {
   "name": "Count",
   "type": "esriFieldTypeDouble",
   "alias": "Count",
   "domain": null
  },
  {
   "name": "RED",
   "type": "esriFieldTypeInteger",
   "alias": "RED",
   "domain": null
  },
  {
   "name": "GREEN",
   "type": "esriFieldTypeInteger",
   "alias": "GREEN",
   "domain": null
  },
  {
   "name": "BLUE",
   "type": "esriFieldTypeInteger",
   "alias": "BLUE",
   "domain": null
  },
  {
   "name": "Land_Cover",
   "type": "esriFieldTypeString",
   "alias": "Land_Cover",
   "domain": null,
   "length": 50
  }
 ],
 "features": [
  {"attributes": {
   "OBJECTID": 1,
   "Value": 1,
   "Count": 109945165,
   "RED": 51,
   "GREEN": 158,
   "BLUE": 115,
   "Land_Cover": "Tree Cover"
  }},
  {"attributes": {
   "OBJECTID": 2,
   "Value": 2,
   "Count": 1535281590,
   "RED": 255,
   "GREEN": 255,
   "BLUE": 190,
   "Land_Cover": "Other Land Cover"
  }},
  {"attributes": {
   "OBJECTID": 3,
   "Value": 3,
   "Count": 11009794,
   "RED": 0,
   "GREEN": 114,
   "BLUE": 178,
   "Land_Cover": "Water"
  }},
  {"attributes": {
   "OBJECTID": 4,
   "Value": 15,
   "Count": 10801513,
   "RED": 200,
   "GREEN": 200,
   "BLUE": 200,
   "Land_Cover": "Cities and Towns"
  }}
 ]
}