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.

Синтаксис

MakeSuitabilityAnalysisLayer(in_features, layer_name)
ParameterОбъяснениеТип данных
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

Производные выходные данные

NameОбъяснениеТип данных
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

Связанные разделы