RasterFunction

Derived Types: ArithmeticFunction, ClipFunction, ColormapFunction, ColormapToRGBFunction, ColorspaceConversionFunction, ComplexFunction, ConstantFunction, ConvolutionFunction, ExtractBandFunction, GeometricFunction, GrayscaleFunction, HillshadeFunction, IdentityFunction, MaskFunction, NDVIFunction, PansharpeningFunction, RasterInfoFunction, ShadedReliefFunction, SlopeFunction, SpectralConversionFunction, StatisticsFunction, StretchFunction, TrendFunction

An abstract class used to group together its derived types of raster functions, providing common properties.

Property

Type

Description

Name

string

The raster function name.

Description

string

Description of the raster function.

PixelTypeSpecified

bool

Indicates if PixelType is specified.

PixelType

rstPixelType

The output pixel type after this function is applied.

Remarks

As a part a rendering rule of an image description, a raster function specifies the processing to be done on a target image service. This is the base class for concrete raster functions, its derived types that are listed above.

11/8/2016