{ "name": "Printing", "displayName": "Printing", "description": "Test", "category": "", "helpUrl": "https://mapviewer.lynchburgva.gov/arcgis/rest/directories/arcgisoutput/Geoprocessing/Printing_MV_GPServer/Geoprocessing_Printing_MV/Printing.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 WebMap 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": { "mapOptions": { "showAttribution": true, "extent": { "xmin": -1.4613291362466626E7, "ymin": -4442346.074960601, "xmax": 1.5834328736529246E7, "ymax": 1.3129609483457327E7, "spatialReference": {"wkid": 102100} }, "spatialReference": {"wkid": 102100}, "scale": 7.3957190948944E7 }, "operationalLayers": [ { "id": "layer0", "title": "layer0", "opacity": 1, "minScale": 5.91657527591555E8, "maxScale": 1128.497176, "url": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" }, { "id": "census", "title": "census", "opacity": 1, "minScale": 0, "maxScale": 0, "url": "http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer", "visibleLayers": null, "layers": [] } ], "exportOptions": { "outputSize": [ 384, 384 ], "dpi": 96 } }, "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.PDFPNG32JPGGIFEPSSVGSVGZ", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG32", "JPG", "GIF", "EPS", "SVG" ] }, { "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": "MAP_ONLY", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Letter Landscape", "MAP_ONLY", "Letter Portrait", "11x17 Landscape", "11x17 Portrait" ] }, { "name": "Size_Array", "dataType": "GPString", "displayName": "Size_Array", "description": "This is a dummy parameter to provide more information to the client regarding the size of templates.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Letter Landscape - 9.2x7.55", "MAP_ONLY", "Letter Portrait - 8.1x9", "11x17 Landscape - 15.03x10.06", "11x17 Portrait - 10.4x14.95" ] }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }