{ "name": "ExportWebMap", "displayName": "ExportWebMap", "description": "Geoprocessing tool that facilitates printing from web applications.", "category": "", "helpUrl": "https://gis.pgatlas.com/pgatlas/rest/directories/arcgisoutput/SketchMap/SketchMapPrintTemplates_GPServer/SketchMap_SketchMapPrintTemplates/ExportWebMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "WebMapasJSON", "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": "PNG8", "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": [ "AerialMapPrintTemplate", "GeneralLocationPrintTemplate", "MasterPlanROWPrintTemplate", "NewOverlayMapPrintTemplate", "NewSketchMapPlotPrintTemplate", "NewZoningMapPrintTemplate", "OverlayMapPrintTemplate", "SiteMapPrintTemplate", "SiteVicinityPrintTemplate", "SketchMapPlotPrintTemplate", "ZoningMapPrintTemplate", "MAP_ONLY" ] } ] }