{ "name": "ExportWebMap", "displayName": "Export Web Map", "description": "Geoprocessing tool that facilitates printing from web applications.", "category": "", "helpUrl": "https://maps.buckscc.gov.uk/arcgis/rest/directories/arcgisoutput/ExportWebMap_GPServer/ExportWebMap/ExportWebMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web 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": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Output file name. The extension of the file depends on the output file format.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The format in which the map image for printing will be delivered. The following strings are accepted. For example: PNG8 (default if the parameter is left blank) PDF PNG32 JPG GIF EPSSVGSVGZ", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG32", "PNG8", "JPG", "GIF", "EPS", "SVG", "SVGZ" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "Either a name of a template from the list or the keyword MAP_ONLY. When MAP_ONLY is chosen or an empty string is passed in, the output map does not contain any page layout surroundings (for example title, legends, scale bar, and so forth)", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "BC_TPO_Layout_ 1", "ISO A0 Landscape", "ISO A0 Portrait", "ISO A1 Landscape", "ISO A1 Portrait", "ISO A2 Landscape", "ISO A2 Portrait", "ISO A3 Landscape", "ISO A3 Portrait", "ISO A4 Landscape", "ISO A4 Portrait", "ISO A5 Landscape", "ISO A5 Portrait", "MAP_ONLY" ] } ] }