Lookup function

Available with Spatial Analyst license.

Available with Image Analyst license.

Overview

Creates a new raster by looking up values found in another field in the table of the input raster.

Notes

Only numeric (integer or floating point) field type is supported. If the field is integer, the output will be an integer raster; otherwise, the output raster will be a floating-point raster.

Parameters

ParametersDescription

Raster

The input raster that contains a field from which to create a new raster.

It can be either integer or floating-point type.

Field

Field containing the desired values for the new raster.

It has to be a numeric type.

Related topics


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