RasterFunctionTemplate

Base Type: RasterFunction

A class for a template raster function.

 

Property

Type

Description

Arguments

RasterFunctionArguments

The raster function arguments in the template.

Function

RasterFunction

The raster function in the template.

Name

string

The name.

PixelType

rstPixelType

The pixel type.

 

Remarks

 

The raster function template can be used to chain multiple functions.

 

C#