ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

テリトリー データベースのエクスポート (Export Territories Database)

Business Analyst ライセンスで利用できます。

  • 概要
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

概要

テリトリー データベースを外部テーブルにエクスポートします。

テリトリー データベースをエクスポートすると、テリトリー割り当てテーブルが作成されます。

使用法

  • ワークスペースは、データベース ファイル (DBF)、パーソナル ジオデータベース (MDB)、ジオデータベース (GDB), Microsoft Excel ワークブック (XLSX) のいずれかのタイプでなければなりません。

構文

arcpy.td.ExportTerritoriesDatabase(in_territory_solution_layer, in_al_id_field, in_dest_workspace, in_dest_table_name)
パラメーター説明データ タイプ
in_territory_solution_layer

エクスポートされるデータを含むテリトリー ソリューション レイヤー。

GP TD Layer
in_al_id_field

基本単位レイヤーの ID フィールド。

String
in_dest_workspace

目的地ワークスペースの位置。

Workspace
in_dest_table_name

新規に作成されたテーブルの名前。

String

コードのサンプル

次の Python ウィンドウ スクリプトは、イミディエイト モードで Business Analyst ジオプロセシング ツールを使用する方法を示しています。

import arcgisscripting
gp = arcgisscripting.create()
gp.ExportTerritoriesDatabase_TD("new layer", "ID", "C:/Temp", "database.dbf")

次のスタンドアロン スクリプトで、このツールの使用方法を示します。

# Import system modules
import arcgisscripting
gp = arcgisscripting.create()

# Set local variables
solution = "new layer"
idfield = "ID"
workspace = "C:/Temp"
name = "database.dbf"

# Execute tool
gp.ExportTerritoriesDatabase_TD(solution, idfield, workspace, name)

環境

このツールは、ジオプロセシング環境を使用しません。

ライセンス情報

  • Basic: 次のものが必要 Business Analyst
  • Standard: 次のものが必要 Business Analyst
  • Advanced: 次のものが必要 Business Analyst

関連トピック

  • テリトリーのエクスポート ツールセットの概要
  • テリトリーの作成 (Create Territories)
  • テリトリー ソリューションの作成 (Create Territory Solution)
  • 境界と変数のエクスポート (Export Boundaries and Variables)
  • データとテリトリーのエクスポート (Export Data and Territories)
  • テリトリーを商圏へエクスポート (Export Territories to Trade Areas)

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル