{ "name": "ExportWebMap", "displayName": "Export Web Map", "description": "Geoprocessing tool that facilitates printing from web applications.", "category": "", "helpUrl": "https://arcsrv.mfc.ms.gov/server/rest/directories/arcgisoutput/ClaytonCooley/ExportWebMap_1_GPServer/ClaytonCooley_ExportWebMap_1/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 to understand how this text should be formatted. The ArcGIS web APIs (for JavaScript, Flex, Silverlight, and so on) allow developers to easily get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "The output file name. The extension of the file depends on the Format parameter.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "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 elements like titles, legends, or scale bars, for example.", "direction": "esriGPParameterDirectionInput", "defaultValue": "MFC_8x11_Landscape", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "MFC_8x11_Landscape", "MFC_8x11_Portrait" ] } ] }