Make Suitability Analysis Layer (Business Analyst)

获得 Business Analyst 许可后可用。

摘要

Creates a Suitability Analysis layer for a given input site's polygonal layer.

使用情况

  • After creating the Suitability Analysis layer, add criteria and a setup weight for each criteria.

参数

标注说明数据类型
Input Features

The feature layer that will be used in the creation of the Suitability Analysis layer.

Feature Layer
Layer Name

The name of the output Suitability Analysis layer to be created.

String

派生输出

标注说明数据类型
Output Suitability Analysis Layer

The name of the Suitability Analysis layer that will be added to the map.

Feature Layer

arcpy.ba.MakeSuitabilityAnalysisLayer(in_features, layer_name)
名称说明数据类型
in_features

The feature layer that will be used in the creation of the Suitability Analysis layer.

Feature Layer
layer_name

The name of the output Suitability Analysis layer to be created.

String

派生输出

名称说明数据类型
out_analysis_layer

The name of the Suitability Analysis layer that will be added to the map.

Feature Layer

代码示例

MakeSuitabilityAnalysisLayer example (Python window)

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

import arcpy
arcpy.ba.MakeSuitabilityAnalysisLayer(r"Council_Disticts_Makeup.lyrx", "Site Suitability No 3")

环境

特殊情况

许可信息

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

相关主题