ArcGISDynamicMapServiceLayer
Hi, I'm working with the sample geoprocessing workflow in the code gallery. I'm wondering if it's possble to capture the results of a geoprocessing task as a ArcGISDynamicMapServiceLayer and add it to a workflow?
https://developers.arcgis.com/javascript/jsapi/arcgisdynamicmapservicelayer.html
0
-
In case anyone else is interested - you can use the geoprocessor "Job Id" to query the dynamic map service.
add a querytask with the Query Serice Url:
String.Format("{0}/{1}/0/query", mapURL, JobIdstring)
mapurl is "https://yourserver/arcgis/rest/services/Tools/gpservice/MapServer/jobs/"
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar