Decode an Esri FeatureCollectionPBuffer response into a JSON-compatible query response object.
The returned object has the same shape as an f=json response: { objectIdFieldName, geometryType, spatialReference, fields, features, ... }
f=json
{ objectIdFieldName, geometryType, spatialReference, fields, features, ... }
The raw PBF bytes from a f=pbf response.
f=pbf
A JSON-compatible query response object.
Decode an Esri FeatureCollectionPBuffer response into a JSON-compatible query response object.
The returned object has the same shape as an
f=jsonresponse:{ objectIdFieldName, geometryType, spatialReference, fields, features, ... }