Buffered function

Overview

The Buffered function is used to optimize the performance of complex function chains. It stores the output from the part of the function chain that comes before it in memory.

Notes

Insert this function at the point in your function chain where you want the output to be stored in memory.

Parameters

ParameterDescription

Raster

The input raster to be stored in memory.

Related topics


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