レベル バランス調整変数の設定(Setup Level Balancing Variables) (テリトリー デザイン)

ライセンス レベル:BasicStandardAdvanced

サマリ

レベル バランス調整変数を設定できます。

使用法

構文

SetupLevelBalancingVariables_TD_td (in_territory_solution_layer, in_level, {in_balance_variables})
パラメータ説明データ タイプ
in_territory_solution_layer

パラメータの設定に使用されるテリトリー ソリューション レイヤ。

GP TD Layer
in_level

変更するテリトリー レベル。

String
in_balance_variables
[in_balance_variables,...]
(オプション)

バランス調整変数のリストと優先度。

GP Value Table

コードのサンプル

SetupLevelBalancingVariables(レベル バランス調整変数の設定)の例(Python ウィンドウ)

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

import arcgisscripting
gp = arcgisscripting.create()
gp.SetupLevelBalancingVariables_TD("new layer", "Territories[1]", "AREA_SUM 45;TOTPOP_CY_SUM 55")
SetupLevelBalancingVariables(レベル バランス調整変数の設定)の例 2(スタンドアロン スクリプト)

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

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

# Set local variables
solution = "new layer"
level = "Territories[1]"
balanceVars = "AREA_SUM 45;TOTPOP_CY_SUM 55"

# Execute tool
gp.SetupLevelBalancingVariables_TD(solution, level, balanceVars)

環境

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

関連トピック

ライセンス情報

ArcGIS for Desktop Basic: 次のものが必要 Business Analyst
ArcGIS for Desktop Standard: 次のものが必要 Business Analyst
ArcGIS for Desktop Advanced: 次のものが必要 Business Analyst
5/20/2014