I have used Near Table Analysis tool in ARc map using Python script. it works well. however now i want to use this tool from my browser. I am using flash builder along with ArcGIS API for Flex 3.0. any suggestion how to use the python scripted queries from flex environment. regards nadeem
Thank you ,. I got the idea. I am planning to make this script as tool and than publish this tool as service Task on ARCGIS server and than access it from the client. However i have one more query and it is suppose i want that when user clicks a point in the map than i want to take this information and pass it to the query. I have a layer on the map named Tanks. This Tanks layers has associated attribute table having FID and other attributes. What I want is that when i click on any tank on the map i can retrieve the FID of the selected tank and can pass it to my python script. any suggestion is appreciate. Thank you in advance.