I am developing a tool where when I click on a road in the map I have to list the roads intersecting the selected road using ArcGIS Server10 with silverlight API
to develop this tool I got the roadID of the selected road using IdentifyQuery Then I got the envelope of that road using QueryTask I passed that road envelope to IdentifyTask again and queried the intersecting roads
but its lists me all the roads inside the envelope but I need only intersecting roads also its very very slow :( I am stuck here Please guide
Please guide