StretchFunctionArguments
Base Type: RasterFunctionArguments
A class for raster stretch function arguments.
Property |
Type |
Description |
---|---|---|
Gamma |
double[] |
The list of Gamma value(s). |
UseGamma |
bool |
Indicates if applies Gamma stretch. |
Histograms |
The custom raster stretch histogram. | |
Max |
double |
The current maximum output value. |
Min |
double |
The current minimum output value. |
NumberOfStandardDeviations |
double |
The number of standard deviations for standard deviation stretch. |
Statistics |
The custom raster stretch statistics. | |
StretchType |
long |
The stretch type. |
Remarks
Set VariableName of the RenderingRule object to "Raster" when using StretchFunction.
StretchType can be one of the following:
0 = no stretch
3 = standard deviation stretch
4 = histogram equalization
5 = minimum maximum stretch
2/28/2020