Available with Image Analyst license.
Available with Spatial Analyst license.
Overview
Performs a Relational greater-than operation on two inputs on a pixel-by-pixel basis.
Returns a value of 1 for pixels where the first raster is greater than the second raster and a value of 0 for pixels where the first raster is not greater than the second raster.
Notes
Two inputs are necessary for this function to execute.
The order of the inputs is important and affects the output result.
If both inputs are single band rasters, or one of the inputs is a constant, the output will be a single band raster.
If both inputs are multiband rasters, or one of the inputs is a constant, the output will be a multiband raster. The number of bands in each multiband input must be the same.
The function will perform the operation on each band from one input against the corresponding band from the other input. If one of the inputs is a multiband raster and the other input is a constant, the function will perform the operation against the constant value for each band in the multiband input.
Parameters
Parameter name | Description |
---|---|
Raster | The input being tested to determine if it is greater than the second input. A constant value can be used as an input for this parameter, provided a raster is specified for the other parameter. |
Raster2 | The input against which the first input is tested to be greater than. A constant value can be used as an input for this parameter, provided a raster is specified for the other parameter. |
Extent Type | Choose which extent should be used in the output raster:
|
Cellsize Type | Choose which cell size to use in the output raster. If all the input cell sizes are the same, all the options will yield the same results.
|