Select to view content in your preferred language

Asynchronous GPService Task example issue

462
0
09-28-2011 01:38 PM
SeanBaskin
New Contributor
In this example:
http://help.arcgis.com/en/webapi/flex/samples/index.html#/Asynchronous_geoprocessing_Clip_and_ship/0...

I am having trouble figuring out how the gp.submitJob(requestObject, ...) is translating the GPMultiValue:GPString into actual data. To clarify, how do the multiple string values (i.e. Input Point Features) obtained from the check boxes correspond to say a FeatureSet or RecordSet in the model/script that is published as the GPService? So, for instance, how does the model/script know that the GPString parameter "Input Point Feature" corresponds to some actual point data when executing the model/script?

Let me know if I need to provide more detail or clarification, I was trying to keep this short.

Thanks,
Sean
Tags (2)
0 Kudos
0 Replies