Select to view content in your preferred language

Automated Geoprocessing Task

1356
2
01-27-2011 06:15 AM
philippschnetzer
Frequent Contributor
I am just here looking to get some answers about the feasibility of what I am wishing to accomplish:

FlexViewer 2.2 / AGS Server 10.1 with SQLexpress....

-Set up an editor widget to allow only the addition/deletion of points
-Once the user adds a point a geoprocessing task is automatically started which performs a series of spatial joins based on locations to attach some fields from other layers to this point (I already have the model built for this)

So my question is is it possible to automatically run the model once the user adds a point?

This is my first venture using models through ArcGIS Server...

Thanks!
Tags (2)
0 Kudos
2 Replies
DasaPaddock
Esri Regular Contributor
You could watch for adds to the layer by listening for this event and then calling your GP:
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#event:editsComple...
0 Kudos
philippschnetzer
Frequent Contributor
Thank you, Dasa.  I will post back here in the near future on my progress with this.
0 Kudos