{ "name": "ExportWebMap", "displayName": "Web マップのエクスポート Export Web Map", "description": "Web アプリの状態 (たとえば、含まれるサービス、レイヤーの表示設定、クライアント側のグラフィックス) を受け取って、指定された対象エリアの印刷可能なページ レイアウトまたは基本的なマップを返します。", "category": "", "helpUrl": "https://sip4dkit-gis.bosai.go.jp/webgis/rest/directories/arcgisoutput/ejtest202206/ExportWebMap_202206test_GPServer/ejtest202206_ExportWebMap_202206test/ExportWebMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "JSON 形式の Web マップ", "description": "Web アプリに表示されるとおりにエクスポートされるマップの状態の JSON 表現です。このテキストの形式については、ExportWebMap 仕様をご参照ください。 ArcGIS Web API (JavaScript、Flex、Silverlight 用など) を使用して、マップからこの 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": "A3 横", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "A0 横", "A0 横_地理院", "A0 縦", "A0 縦_地理院", "A3 横", "A3 横_地理院", "A3 縦", "A3 縦_地理院", "MAP_ONLY" ] } ] }