StatisticsFunctionArguments
Base Type: RasterFunctionArguments
A class for raster statistics function arguments.
Property |
Type |
Description |
---|---|---|
Columns |
long |
The number of columns in the focal function. |
Rows |
long |
The number of rows in the focal function. |
Type |
long |
The focal statistic type. |
Remarks
Set VariableName of the RenderingRule object to "Raster" when using StatisticsFunction.
Statistics Type can be one of the following:
1 = focal minimum
2 = focal maximum
3 = focal mean
4 = focal standard deviation
2/28/2020