{ "name": "GEOSECMAWebPrint", "displayName": "GEOSECMA Web Print", "description": "Tool for print web map by template", "category": "", "helpUrl": "https://karta.goliska.se/arcgis/rest/directories/arcgisoutput/GEOSECMASupportingService_GPServer/GEOSECMASupportingService/GEOSECMAWebPrint.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Map_as_JSON", "dataType": "GPString", "displayName": "Map_as_JSON", "description": "A JSON representation of the state of the map to be exported as it appears in the web application. See the ExportWebMap specification in the ArcGIS Help to understand how this text should be formatted. The ArcGIS web APIs (for JavaScript, Flex, Silverlight, etc.) allow developers to easily get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Options_as_JSON", "dataType": "GPString", "displayName": "Options_as_JSON", "description": "A JSON string with options:templateName - name of layout template which will be used for render the mapmapSize - size of map to print (applyied only when printing map as image)format - output file format. Available types: PDF, PNG, TIFF, JPGdpi - screen dpi", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }