Select to view content in your preferred language

XY Coordinate to Geography

437
1
04-26-2011 08:57 AM
DaviKucharski
Deactivated User
When a user clicks on the map, I get the x,y coordinates. I would like to use there to get the Geography those x,y coordinates reside in. How would I go about that.

Thanks in advance.
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
Here's a sample that shows how to do this using the IdentifyTask:
http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=IdentifySample

You could also use the QueryTask if you only want to query one layer.
0 Kudos