Constant function

Overview

Creates a virtual raster with a single pixel value that can be used in raster function templates and to process a mosaic dataset.

The constant value is used for every pixel value in the raster.

Notes

The Raster Info parameter includes raster dataset properties, such as the number of columns and rows, the number of bands, the pixel type, the extent, and the spatial reference. You can use the current raster information, or select a raster dataset to use as a template.

Functions generally work on one or more input rasters; however, some do not require an input raster, including the Constant function. The Constant function does not take an input raster and behaves more like a raster dataset than a function. This means that particular care must be taken when adding it to or removing it from the function chain.

When adding the Constant function to a function chain, you must be careful. The chaining of functions takes place by using the raster created from one function as the input raster for the next one in the chain. Since the Constant function requires no input raster, if it is added within a chain, everything that could have been an input to a previous function is no longer required and thus disappears. This makes it easy for you to corrupt your mosaic dataset. Safeguards are in place to prevent you from adding a Constant function before a Mosaic function, thereby keeping the mosaic dataset safe. Removing the Constant function requires some additional steps because of the safeguards. You cannot remove a Constant function from a function chain by right-clicking the function and clicking Remove. This is because the function preceding it in the chain (the function that uses it as an input) needs to have a replacement input raster. Removing a Constant function uses the same steps as removing or replacing an input raster. Right-click the function that uses the Constant function as an input and click Properties. Then change the source of the input raster in the function to use a raster and not the output of the Constant function.

Parameters

Parameter nameDescription

Constant

The value of the constant to be added to the virtual raster.

Raster Info

Use the Load template raster button to load a template from a directory or portal.

Related topics


In this topic
  1. Overview
  2. Notes
  3. Parameters