Generate Target Layer (Business Analyst)

获得 Business Analyst 许可后可用。

摘要

Creates a layer that identifies geographies that contain selected segments and geographies that do not contain selected segments.

使用情况

  • If the Boundary Layer parameter is not specified, the Extent environment will be used.

  • Targets are a subclassification of a Target Group parameter value, for example, Core and Development targets. A target can contain one or more segments.

参数

标注说明数据类型
Geography Level

The geography level that will be used to define the target layer.

String
Segmentation Base

The segmentation base for the profile being created. The available options are provided by the segmentation dataset in use.

String
Output Feature Class

The output feature class for the target layer.

Feature Class
Target Input Type

Specifies the target input type.

  • Use Target GroupA target group will be used as the input type.
  • Select SegmentsSegments will be used as the input type. One or more segments can compose a target.
String
Target Group
(可选)

The target group, if the dataset supports target groups.

File
Target
(可选)

A target from the Target Group parameter value.

String
Segments
(可选)

The segments from the provided dataset.

String
Boundary Layer
(可选)

The boundary that will determine the layer extent.

Feature Layer

arcpy.ba.GenerateTargetLayer(geography_level, segmentation_base, out_feature_class, input_type, {target_group}, {target}, {segments}, {boundary_layer})
名称说明数据类型
geography_level

The geography level that will be used to define the target layer.

String
segmentation_base

The segmentation base for the profile being created. The available options are provided by the segmentation dataset in use.

String
out_feature_class

The output feature class for the target layer.

Feature Class
input_type

Specifies the target input type.

  • USE_TARGET_GROUPA target group will be used as the input type.
  • SELECT_SEGMENTSSegments will be used as the input type. One or more segments can compose a target.
String
target_group
(可选)

The target group, if the dataset supports target groups.

File
target
(可选)

A target from the target_group parameter value.

String
segments
[segments,...]
(可选)

The segments from the provided dataset.

String
boundary_layer
(可选)

The boundary that will determine the layer extent.

Feature Layer

代码示例

GenerateTargetLayer example (Python window)

The following Python window script demonstrates how to use the GenerateTargetLayer function.

import arcpy
arcpy.ba.GenerateTargetLayer("US.ZIP5","Total Adult Population", r"C:\Users\MyProject\MyProject.gdb\GenerateTargetLayer_PACIFICHEIGHTS", "SELECT_SEGMENTS", None, '', "2C", "proposed_site")

许可信息

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

相关主题