Solve Territories (Territory Design)

获得 Business Analyst 许可后可用。

描述

Creates and balances territories on the specified territory level provided the balancing variables are set.

使用方法

  • The number of territories needs to be specified manually for the User Defined option.

  • Calculation of the optimal number of territories requires constraints to be set. Constraints can be based on a numeric value or a distance.

语法

SolveTerritories(in_territory_solution, level, method, {number_territories}, {quality})
参数说明数据类型
in_territory_solution

Territory solution used to solve territories.

Group Layer; Feature Dataset; String
level

Level used to solve territories.

String
method

Specifies the method used when calculating the number of territories.

  • USER_DEFINEDNumber of territories is user specified. This is the default.
  • OPTIMALNumber of territories is calculated automatically.
String
number_territories
(可选)

Number of territories to be specified.

Long
quality
(可选)

An integer between 1 and 200 that determines the performance of a solve operation. A lower value will provide better performance but quality may be lower. The default value is 100.

Integer

派生输出

名称说明数据类型
out_territory_solution

The updated territory solution.

Group Layer

代码示例

SolveTerritories example (Python window)

The following Python window script demonstrates how to use the SolveTerritories tool.

import arcpy
arcpy.td.SolveTerritories("MyProject.gdb\Solution", "Territories[1]", "USER_DEFINED", 7, 100)

许可信息

  • Basic: 需要 Business Analyst
  • Standard: 需要 Business Analyst
  • Advanced: 需要 Business Analyst

相关主题