Доступно с лицензией Business Analyst.
Сводка
Sets options for how territory levels are created.
Использование
A Compactness parameter value of 100 is a circle where all parameters are satisfied.
A low value of Compactness means variables and preferences are satisfied, but shape is compromised.
The Fill Extent Automatically parameter assigns features to their closest territories regardless of the constraint parameters.
By default, a random number generator is used for the seed.
To generate consistent territories, use an integer value greater or equal to 0.
Синтаксис
SetTerritoryLevelOptions(in_territory_solution, level, {compactness}, {fill_extent}, {random_seed})
Parameter | Объяснение | Тип данных |
in_territory_solution | The Territory Design solution layer that will be used in the analysis. | Group Layer; Feature Dataset; String |
level | The level to which the options will be applied. | String |
compactness (Дополнительный) | A numeric value, between 0 and 100, that defines the shape of territories. | Long |
fill_extent (Дополнительный) | Specifies whether features are automatically assigned to the nearest territory.
| Boolean |
random_seed (Дополнительный) | An integer used for the seed value. The default is no value and uses a random generator.
| Long |
Производные выходные данные
Name | Объяснение | Тип данных |
out_territory_solution | The updated territory solution. | Group Layer |
Пример кода
The following Python window script demonstrates how to use the SetTerritoryLevelOptions tool.
import arcpy
arcpy.td.SetTerritoryLevelOptions("td", "Territories[1]", 75, "DO_NOT_AUTO_FILL_EXTENT", None)
Environments
Информация о лицензиях
- Basic: Требуется Business Analyst
- Standard: Требуется Business Analyst
- Advanced: Требуется Business Analyst