RasterFunctionArguments
Derived Types: ArithmeticFunctionArguments, ClipFunctionArguments, ColormapFunctionArguments, ColorspaceConversionFunctionArguments, ConstantFunctionArguments, ConvolutionFunctionArguments, ExtractBandFunctionArguments, GeometricFunctionArguments, GrayscaleFunctionArguments, HillshadeFunctionArguments, MaskFunctionArguments, NDVIFunctionArguments, PansharpeningFunctionArguments, RasterInfoFunctionArguments, ShadedReliefFunctionArguments, SlopeFunctionArguments, SpectralConversionFunctionArguments, StatisticsFunctionArguments, StretchFunctionArguments, TrendFunctionArguments
An abstract class used to group together its derived types of raster function arguments, providing common properties.
Property |
Type |
Description |
---|---|---|
Names |
string[] |
A list of argument names. |
Values |
string[] |
A list of argument values. |
Remarks
As a part a rendering rule of an image description, raster function arguments specify the input arguments to the raster function, e.g. clipping geometry for ClipFunction. This class is the base class for concrete raster function arguments, its derived types. that are listed above.