DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PixelFilterNoise | Interfaces | Methods | Properties
Abstract class for all noise pixel layer filters.
// C# public interface ITGIS_PixelFilterNoise: ITGIS_PixelFilterAbstract { }
' VisualBasic Public Interface ITGIS_PixelFilterNoise Implements ITGIS_PixelFilterAbstract End Class
// Oxygene type ITGIS_PixelFilterNoise = public interface( ITGIS_PixelFilterAbstract ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Execute | public | Applies the filter on the source layer. (Inherited from ITGIS_PixelFilterAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Amount | public | Percentage amount of noise in the output image; varies from 0 to 100. | |
Band | public | Defines the band to be processed; if set to zero then all bands will be processed; default is 1. (Inherited from ITGIS_PixelFilterAbstract) |
|
ColorSpace | public | Defines the color space in which the image will be processed; default is HSL. (Inherited from ITGIS_PixelFilterAbstract) |
|
DestinationLayer | public | Destination layer, pixel (image or grid); if nil then the source layer will be altered. (Inherited from ITGIS_PixelFilterAbstract) |
|
SourceLayer | public | Source layer, pixel (image or grid). (Inherited from ITGIS_PixelFilterAbstract) |
|