{ "name": "ACExportWebmap", "displayName": "Export Web Map Task", "description": "catchment Webmap PDF Legend with separate page for Legend", "category": "", "helpUrl": "https://mapspublic.aklc.govt.nz/arcgis3/rest/directories/arcgisoutput/GPTools/ACExportWebmap_GPServer/GPTools_ACExportWebmap/ACExportWebmap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web_Map_as_JSON", "description": "Catchment context viewer 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": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The format in which the map and legend image for printing will be delivered.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "PDF" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout_Template", "description": "name of a template from the list or the keyword MAP_ONLY.", "direction": "esriGPParameterDirectionInput", "defaultValue": "A4 Landscape", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "A4 Landscape", "A4 Portrait", "A3 Landscape", "A3 Portrait" ] } ] }