{ "name": "ExportToImageWorldFile", "displayName": "ExportToImageWorldFile", "description": "Export map to image (Png, Jpeg or Tiff) and world file\n - \nEsporta la mappa come immagine (Pnd,Jpeg o Tiff) allegando il Wordl File", "category": "", "helpUrl": "https://siat.regione.umbria.it/arcgis/rest/directories/arcgisoutput/public/ExportToImageWorldFile_GPServer/public_ExportToImageWorldFile/ExportToImageWorldFile.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web_Map_as_JSON", "description": "Web Map Document json - \nFormato json del Web Map Documentt", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "Format to export (PNG,JPEG or TIFF) - \nFormato di esportazione (PNG,JPEG o TIFF)", "direction": "esriGPParameterDirectionInput", "defaultValue": "PNG", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PNG", "JPEG", "TIFF" ] }, { "name": "Dimensions", "dataType": "GPString", "displayName": "Dimensions", "description": "Specify image size (width and height) - \nSpecifica le dimensioni delle immagine (larghezza e altezza)", "direction": "esriGPParameterDirectionInput", "defaultValue": "640x480", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "640x480", "1024x768", "1280x1024" ] }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }