An overview of the Conditional math toolset

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

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

Условные инструменты (инструменты условия) позволяют вам контролировать выходные значения, основываясь на условиях, применяемых к входным значениям. Условия, которые могут быть применены к двум типам, – это либо атрибутивные запросы, либо условие, основанное на положении условного предложения в перечне.

The attribute query tools explicitly identify all cells that are evaluated as True. These cells can retain their original value, be set to another value, or be set to NoData. The cells that are evaluated as False can be set to a set of values different from the True condition. For example, if the value in the input raster is greater than ten, return one; otherwise, return 100.

  • The Con and Set Null tools can use a where clause as a logical expression to define the attribute query.

The positional condition requires an input parameter (either a raster or constant) specifying the position of the conditional statement (either a raster or constant) that should be used for the output. For example, if the value for a specified cell of the input raster is 1, return the value specified by the first input in the list; if a cell in the input raster is two, return the value specified by the second raster in the list, and so on.

  • The Pick tool allows you to specify a list of inputs to provide the output value from, based on the value of the position input.

The following table lists the tools that perform conditional analysis and provides a brief description of each.

ToolDescription

Con

Выполняет для каждой ячейки входного растра оценку по принципу условной выборки.

Pick

Значение из растра положения используется для определения, из какого растра в списке входных растров будет получено выходные значения ячеек.

Set Null

Инструмент Установить ноль (Set Null) устанавливает идентифицированные ячейки на NoData на основании заданного критерия. Выдает значение NoData, если при выполнении оценки условия получено значение Истина, и выдает значение, определяемое другим растром, если получено значение Ложь.

Tools in the Conditional toolset

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