Select to view content in your preferred language

Buffer Query to find features from multiple feature layers

462
0
05-15-2013 05:20 AM
MohammadSharique
Emerging Contributor
Hi All

I need to find features from multiple layers within particular buffer area , i have layers building(point type) , area (polygon type) ,road (line) and place as point type , i implemented to find areas around selected building point of 3000 meter radius using buffer query , but i also need to do ,

1) where that building point comes on area layer (on which polygon(just want ID of that polygon))
2) Nearest road to selected building within buffer area
3) Nearest place to selected building within buffer area

i tried to use querytask for all layers but their executeasync() methods takes lot of time to execute (sometimes stop), i am executing non sequentially (one after other)

Please help me i stuck here ......................
Thank you
0 Kudos
0 Replies