Select to view content in your preferred language

Is there a flex viewer buffer widget that returns addresses for define radius?

3346
1
10-01-2010 02:57 PM
JayDira
Emerging Contributor
Is there a flex viewer buffer widget that returns addresses for define radius?
We want to be able to select 50 ft, 100ft, 200ft, 500ft, 1 mile......
Then return address from the buffer to a table that can be exported to a excel file.

Please help..
Thanks.
Tags (2)
0 Kudos
1 Reply
Ganael_Jatteau
Emerging Contributor
Hi Dira,

I don't think such a widget exists. You could implement something that:
1. does a selection inside a buffer
2. execute a query task based on the selection
3. Reverse geocode the result of the query task
4. generate a file with the adresses.
0 Kudos