using python script in flex

2711
2
01-16-2013 01:37 AM
NadeemQazi
New Contributor III
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
Tags (2)
0 Kudos
2 Replies
IvanBespalov
Occasional Contributor III
Nadeem,
Geoprocessing tasks in ArcGIS API for Flex concepts
Geprocessor tasks in ArcGIS API for Flex samples
Publishing a geoprocessing service in ArcGIS Desktop help
Geoprocessing service in ArcGIS Server REST API help
0 Kudos
NadeemQazi
New Contributor III
Nadeem,
Geoprocessing tasks in ArcGIS API for Flex concepts
Geprocessor tasks in ArcGIS API for Flex samples
Publishing a geoprocessing service in ArcGIS Server help
Geoprocessing service in ArcGIS Server REST API help


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.
0 Kudos