Select to view content in your preferred language

Interrogate Identity result offline

732
1
02-19-2013 02:57 PM
AaronLipinski
New Contributor
I have on my device, the json result of an Identity query from an ArcGIS server map service.
The json contains entries with attributes and geometry rings.

Given a coordinate, I'd like to be able to find the entries in the json file whose geometry contains the coordinate.
Then from those entries I'd like to obtain interesting attributes.

Can this be done using the SDK?
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
You can create geometry with JSON text and then use ASGGeometryEngine to find relations between geometries. See working with JSON and Geometry operations doc.

Regards,
Nimesh
0 Kudos