Disponible con licencia de Business Analyst.
Resumen
Define parameters for criteria.
Uso
The analysis layer can be created by the Make Suitability Analysis Layer tool.
All of the criteria weights criteria should total 100 percent.
The influence of the criteria can be positive or inverse.
When Ideal is selected, Ideal Value must have an input.
Sintaxis
SetCriteriaProperties(in_analysis_layer, criteria_properties)
Parámetro | Explicación | Tipo de datos |
in_analysis_layer | The Suitability Analysis layer that will be used in the analysis. | Feature Layer |
criteria_properties [[criterion, title, weight, influence, ideal_value, minimum_value, maximum_value, enabled],...] | The input features that will be used to set up your criteria properties.
| Value Table |
Salida derivada
Nombre | Explicación | Tipo de datos |
out_analysis_layer | The name of the Suitability Analysis layer that will be added to the map. | Feature Layer |
Muestra de código
The following Python window script demonstrates how to use the SetCriteriaProperties tool.
import arcpy
arcpy.ba.SetCriteriaProperties("Site Suitability001", "wealth_meddi_cy 'Criterion for wealth.meddi_cy variable' 1 # # POSITIVE # true;wealth_mednw_cy 'Criterion for wealth.mednw_cy variable' 1 # # INVERSE # true")
Entornos
Información de licenciamiento
- Basic: Requiere Business Analyst
- Standard: Requiere Business Analyst
- Advanced: Requiere Business Analyst