Доступно с лицензией Business Analyst.
Сводка
Adds a new field at the specified level.
Использование
Fields that are added will be based on a numeric field from the level below the territory level and will be calculated based on the type of statistic specified by the user.
The variable is added to any level above the base or alignment level [0].
All numeric fields are supported.
Синтаксис
AddLevelVariables(in_territory_solution, level, base_level, variables)
Parameter | Объяснение | Тип данных |
in_territory_solution | The input territory solution. | Group Layer; Feature Dataset; String |
level | The level to which the calculated field will be added. | String |
base_level | The level below the territory level from which the attribute value will be added. | String |
variables [[statistic, statistic_field, field_name, field_alias_name],...] | The variables that will be added to the level.
| Value Table |
Производные выходные данные
Name | Объяснение | Тип данных |
out_territory_solution | The updated territory solution. | Group Layer |
Пример кода
The following Python window script demonstrates how to use the AddLevelVariables tool.
import arcpy
arcpy.td.AddLevelVariables("TD", "Territory[1]", "BaseLevel[0]", "populationtotals_totpop_cy SUM TotalPopulation 'Total Pop'")
Environments
Информация о лицензиях
- Basic: Требуется Business Analyst
- Standard: Требуется Business Analyst
- Advanced: Требуется Business Analyst