{ "name": "ExportWebMap", "displayName": "Export Web Map", "description": "Web アプリの状態 (たとえば、含まれるサービス、レイヤーの表示設定、クライアント側のグラフィックス) に基づいて、指定された対象地域の印刷可能なページ レイアウトまたは基本的なマップを返します。", "category": "", "helpUrl": "https://tokei-gis2.chiyodatoshikei.jp/server/rest/directories/arcgisoutput/tools/ExportWebMap_GPServer/tools_ExportWebMap/ExportWebMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "JSON 形式の Web マップ", "description": "Web アプリに表示されるとおりにエクスポートされるマップの状態の JSON 表現です。このテキストの形式については、ExportWebMap 仕様をご参照ください。 ArcGIS Maps SDK for JavaScript を使用すると、この JSON 文字列をマップから取得できます。", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "出力ファイル", "description": "出力ファイル名です。 ファイルの拡張子は、[形式] パラメーターの値によって決まります。", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "形式", "description": "印刷用に生成されるマップ イメージの形式を指定します。8 ビット Portable Network Graphics (PNG8)。\u20148 ビット Portable Network Graphics (PNG8) が使用されます。 これがデフォルトです。PDF 形式 (PDF)\u2014Portable Document Format (PDF) が使用されます。32 ビット Portable Network Graphics (PNG32)\u201432 ビット Portable Network Graphics (PNG32) が使用されます。Joint Photographic Experts Group (JPG)\u2014Joint Photographic Experts Group (JPG) が使用されます。Graphics Interchange Format (GIF)\u2014Graphics Interchange Format (GIF) が使用されます。Encapsulated PostsScript (.eps)\u2014Encapsulated PostScript (EPS) が使用されます。SVG (スケーラブル ベクター グラフィックス)\u2014SVG (スケーラブル ベクター グラフィックス) が使用されます。SVGZ (圧縮スケーラブル ベクター グラフィックス)\u2014SVGZ (圧縮スケーラブル ベクター グラフィックス) が使用されます。Adobe Illustrator Exchange (AIX)\u2014Adobe Illustrator Exchange (AIX) が使用されます。Tag Image File Format (TIFF)\u2014Tag Image File Format (TIFF) が使用されます。出力ファイルの背景は必ず不透明になります。", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG32", "PNG8", "JPG", "GIF", "EPS", "SVG", "SVGZ", "AIX", "TIFF" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "レイアウト テンプレート", "description": "リストから選択したテンプレートの名前、または MAP_ONLY キーワード。 MAP_ONLY を使用した場合または空の文字列を渡した場合は、出力マップにページ レイアウト要素 (タイトル、凡例、縮尺記号など) が含まれません。", "direction": "esriGPParameterDirectionInput", "defaultValue": "A4 縦", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "A4 縦", "MAP_ONLY" ] }, { "name": "Layout_Item_ID", "dataType": "GPString", "displayName": "レイアウト アイテム ID", "description": "テンプレートに使用されるレイアウト アイテムのポータル ID (JSON 形式)。 形式 {\"id\": \"\"} を使用します。 指定した場合は、このパラメーターが [レイアウト テンプレート] パラメーターに優先します。", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }