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
Parameter | Description |
---|---|
Raster | The input raster to be stored in memory. |