{
 "name": "ExportWebMap",
 "displayName": "Webkarte exportieren",
 "description": "Unter Verwendung des aktuellen Status einer Web-App (zum Beispiel enthaltene Services, Layer-Sichtbarkeitseinstellungen und clientseitige Grafiken) wird ein druckbares Seitenlayout oder eine grundlegende Karte des angegebenen Interessenbereichs zurückgegeben.",
 "category": "",
 "helpUrl": "https://rbk3.rbkdv.de/server/rest/directories/arcgisoutput/Tool/PrintingToolStandardGast_GPServer/Tool_PrintingToolStandardGast/ExportWebMap.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "parameters": [
  {
   "name": "Web_Map_as_JSON",
   "dataType": "GPString",
   "displayName": "Webkarte als JSON",
   "description": "Eine JSON-Repräsentation des Status der zu exportierenden Karte, wie sie in der Web-App angezeigt wird. Informationen zum Formatieren dieses Textes finden Sie im Abschnitt zur ExportWebMap-Spezifikation. Die ArcGIS-Web-APIs für JavaScript, Flex, Silverlight usw. ermöglichen den Abruf dieser JSON-Zeichenfolge aus der Karte.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "#",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Output_File",
   "dataType": "GPDataFile",
   "displayName": "Ausgabedatei",
   "description": "Der Name der Ausgabedatei. Die Erweiterung der Datei hängt vom Parameterwert Format ab.",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "Format",
   "dataType": "GPString",
   "displayName": "Format",
   "description": "Gibt das Format an, in dem das Karten-Image zum Drucken bereitgestellt wird.8-Bit Portable Network Graphics (PNG8)\u2014Das PNG-8-Format (8-Bit Portable Network Graphics) wird verwendet. Dies ist die Standardeinstellung.Portable Document Format (PDF)\u2014Das PDF-Format (Portable Document Format) wird verwendet.32-Bit Portable Network Graphics (PNG32)\u2014Das PNG-32-Format (32-Bit Portable Network Graphics) wird verwendet.Joint Photographic Experts Group (JPG)\u2014Das JPG-Format (Joint Photographic Experts Group) wird verwendet.GIF (Graphics Interchange Format)\u2014Das GIF-Format (Graphics Interchange Format) wird verwendet.Encapsulated PostScript (EPS)\u2014Das EPS-Format (Encapsulated PostScript) wird verwendet.Scalable Vector Graphics (SVG)\u2014Das SVG-Format (Scalable Vector Graphics) wird verwendet.Compressed Scalable Vector Graphics (SVGZ)\u2014Das SVGZ-Format (Compressed Scalable Vector Graphics) wird verwendet.Adobe Illustrator Exchange (AIX)\u2014Das AIX-Format (Adobe Illustrator Exchange) wird verwendet.Tag Image File Format (TIFF)\u2014Das TIFF-Format (Tag Image File Format) wird verwendet.Der Hintergrund der Ausgabedatei ist immer undurchsichtig.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "PDF",
   "parameterType": "esriGPParameterTypeOptional",
   "category": "",
   "choiceList": [
    "PDF",
    "PNG32",
    "PNG8",
    "JPG",
    "GIF",
    "EPS",
    "SVG",
    "SVGZ",
    "AIX",
    "TIFF"
   ]
  },
  {
   "name": "Layout_Template",
   "dataType": "GPString",
   "displayName": "Layout-Vorlage",
   "description": "Der Name einer Vorlage aus der Liste oder das Schlüsselwort MAP_ONLY. Wenn MAP_ONLY ausgewählt oder eine leere Zeichenfolge übergeben wird, enthält die Ausgabekarte keine Seitenlayout-Elemente, wie zum Beispiel Titel, Legende oder Maßstabsleiste.",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "A4 Hochformat",
   "parameterType": "esriGPParameterTypeOptional",
   "category": "",
   "choiceList": [
    "A3 Hochformat",
    "A3 Querformat",
    "A4 Hochformat",
    "A4 Querformat",
    "MAP_ONLY"
   ]
  }
 ]
}