{
"objectIdFieldName": "",
"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": "CLASS",
"type": "esriFieldTypeString",
"alias": "CLASS",
"domain": null,
"length": 20
}
],
"features": [
{"attributes": {
"OBJECTID": 1,
"Value": 0,
"Count": 42923,
"CLASS": "Not Roads"
}},
{"attributes": {
"OBJECTID": 2,
"Value": 1,
"Count": 1163,
"CLASS": "Roads"
}}
]
} |