{ "name": "ExportWebmap", "displayName": "ExportWebMap", "description": "Takes the state of a web app (for example, included services, layer visibility settings, and client-side graphics) and returns a printable page layout or basic map of the specified area of interest.", "category": "", "helpUrl": "https://gis.logcluster.org/server/rest/directories/arcgisoutput/Print/NewPrint_GPServer/Print_NewPrint/ExportWebmap.htm", "executionType": "esriExecutionTypeAsynchronous", "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 app. See the ExportWebMap specification to understand how to format this text. The ArGIS web APls for JavaScript, Flex, Silverlight, and so on allow you to get this JSON string from the map", "direction": "esriGPParameterDirectionInput", "defaultValue": "# ", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "The output file name. The extension of the file depends on the Format parameter valife.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "Specifies the format in which the map image for printing will be delivered.8-bit Portable Network Graphics (PNG8) -8-bit Portable Network Graphics\n(PNG8) will be used. This is the default.Portable Document Format (PDF)-\nPortable Document Format (PDF) will be used.32-bit Portable Network Graphics (PNG32)\u201432-bit Portable Network Graphics (PNG32) will be used.Joint Photographic Experts Group (JPG) - Joint Photographic Experts\nGroup (JPG) will be used.Graphics Interchange Format (GIF) - Graphics Interchange Format (GIF) will be used. Encapsulated PostScript (EPS) -\nEncapsulated PostScript (EPS) will be used.Scalable Vector Graphics (SVG) \u2014\nScalable Vector Graphics (SVG) will be used.Compressed Scalable Vector Graphics (SVGZ)-Compressed Scalable Vector Graphics (SVGZ) will be used.Adobe Illustrator Exchange (AIX)-Adobe Illustrator Exchange (AIX) will be used.Tag Image File Format (TIFF) -Tag Image FiletFormat (TIFF) will be used. The background of the output file is always opaque.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "The name of a template from the list or the keyword MAP_ONLY. When\n*MAP_ONLY is chosen or an empty string is passed in, the output map will not contain any page layout elements such as title, legend, or scale bar.", "direction": "esriGPParameterDirectionInput", "defaultValue": "MAP_ONLY", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "LogIE_LogisticsCluster_A0_Landscape", "LogIE_LogisticsCluster_A0_Portrait", "LogIE_LogisticsCluster_A2_Landscape", "LogIE_LogisticsCluster_A2_Portrait", "LogIE_LogisticsCluster_A3_Landscape", "LogIE_LogisticsCluster_A3_Portrait1", "LogIE_LogisticsCluster_A4_Landscape", "LogIE_LogisticsCluster_A4_Portrait", "LogIE_LogisticsCluster_L_Horizontal_Zoom_Map", "LogIE_LogisticsCluster_L_Vertical_Zoom_Map", "LogIE_LogisticsCluster_M_Horizontal_Zoom_Map", "LogIE_LogisticsCluster_M_Vertical_Zoom_Map", "LogIE_LogisticsCluster_M_Zoom_Map", "LogIE_LogisticsCluster_S_Horizontal_Zoom_Map", "LogIE_LogisticsCluster_S_Vertical_Zoom_Map", "LogIE_LogisticsCluster_Zoom_Map", "MAP_ONLY" ] } ] }