Provides access to members that control ComplexDataFilter function arguments.
Members
Name | Description | |
---|---|---|
![]() |
InnerBlockWidth | Width of inner block or patch, in pixel. Default is 8. |
![]() |
Method | The complex data filter method. |
![]() |
OuterBlockWidth | Width of outer block or patch, in pixel. Should be power of 2. Default is 64. |
![]() |
Raster | The source raster object. |
![]() |
SmoothAlpha | The main Goldstein filter parameter. In [0, 1]. Default is 0.5. |
IComplexDataFilterFunctionArguments.InnerBlockWidth Property
Width of inner block or patch, in pixel. Default is 8.
Public Property InnerBlockWidth As Integer
public int InnerBlockWidth {get; set;}
IComplexDataFilterFunctionArguments.Method Property
The complex data filter method.
Public Property Method As esriComplexDataFilterMethod
public esriComplexDataFilterMethod Method {get; set;}
IComplexDataFilterFunctionArguments.OuterBlockWidth Property
Width of outer block or patch, in pixel. Should be power of 2. Default is 64.
Public Property OuterBlockWidth As Integer
public int OuterBlockWidth {get; set;}
IComplexDataFilterFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
IComplexDataFilterFunctionArguments.SmoothAlpha Property
The main Goldstein filter parameter. In [0, 1]. Default is 0.5.
Public Property SmoothAlpha As Double
public double SmoothAlpha {get; set;}
Classes that implement IComplexDataFilterFunctionArguments
Classes | Description |
---|---|
ComplexDataFilterFunctionArguments | A class for complex data filter function arguments. |