{ "name": "Print", "displayName": "Print", "description": "ArcGIS Server 10.2 Python print tool for AC Portal.", "category": "", "helpUrl": "https://mapspublic.aklc.govt.nz/arcgis3/rest/directories/arcgisoutput/GPTools/UPPrint_GPServer/GPTools_UPPrint/Print.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "result", "dataType": "GPString", "displayName": "result", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "webmap", "dataType": "GPString", "displayName": "webmap", "description": "Primary webmap used in map print.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "template", "dataType": "GPString", "displayName": "template", "description": "Mxd file on disk", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "layout", "dataType": "GPString", "displayName": "layout", "description": "Mxd to use for layout", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "textelements", "dataType": "GPString", "displayName": "textelements", "description": "An array of key value pairs, which populate text elements in the map document. The key is the element name, the value is the text to insert. ", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "format", "dataType": "GPString", "displayName": "format", "description": "File format", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "quality", "dataType": "GPString", "displayName": "quality", "description": "DPI", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "scale", "dataType": "GPString", "displayName": "scale", "description": "Explicitly set the scale for the main map", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "elementvisibility", "dataType": "GPString", "displayName": "elementvisibility", "description": "A JSON object with keys and values to be placed in mxd text elements", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "getlayouts", "dataType": "GPString", "displayName": "getlayouts", "description": "Set to \"true\" to only get info on available layouts", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "extent", "dataType": "GPString", "displayName": "extent", "description": "Custom extent in JSON format, if required. Overrides webmap extent. ", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "lods", "dataType": "GPString", "displayName": "lods", "description": "Array of tiled levels of display, if supplied the printed map will be set to the closest ", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "includelegend", "dataType": "GPString", "displayName": "includelegend", "description": "Include legend files in output", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }