Make Suitability Analysis Layer (Business Analyst)

Доступно с лицензией Business Analyst.

Краткая информация

Creates a Suitability Analysis group layer for an 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
Suitability Analysis Layer Name

The name of the output Suitability Analysis layer that will be created.

String
Output Geodatabase
(Дополнительный)

The geodatabase that will contain the output feature dataset.

Workspace
Feature Dataset Name
(Дополнительный)

The name of the output feature dataset that will contain the collection of suitability analysis layer feature classes.

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, {out_dataset_path}, {out_dataset_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 that will be created.

String
out_dataset_path
(Дополнительный)

The geodatabase that will contain the output feature dataset.

Workspace
out_dataset_name
(Дополнительный)

The name of the output feature dataset that will contain the collection of suitability analysis layer feature classes.

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 function.

import arcpy
arcpy.ba.MakeSuitabilityAnalysisLayer("Candidate_Sites_Buffer", "Suitability Analysis", r"\Projects\MyProject\MyProject.gdb", "SuitabilityAnalysis")

Информация о лицензиях

  • Basic: Обязательно Business Analyst
  • Standard: Обязательно Business Analyst
  • Advanced: Обязательно Business Analyst

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