{ "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://arcgis.kreis-guetersloh.de/server/rest/directories/arcgisoutput/Tools/Drucken_KreisGT_GPServer/Tools_Drucken_KreisGT/ExportWebMap.htm", "executionType": "esriExecutionTypeAsynchronous", "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": [ "Portable Document Format (PDF)", "32-Bit Portable Network Graphics (PNG32)", "8-Bit Portable Network Graphics (PNG8)", "Joint Photographic Experts Group (JPG)", "GIF (Graphics Interchange Format)", "Encapsulated PostScript (EPS)", "Scalable Vector Graphics (SVG)", "Compressed Scalable Vector Graphics (SVGZ)", "Adobe Illustrator Exchange (AIX)", "Tag Image File Format (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": "01_A4_Querformat", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "01_A4_Querformat", "02_A4_Hochformat", "03_A3_Querformat", "04_A3_Hochformat", "MAP_ONLY" ] } ] }