DK11 for ActiveX | TatukGIS_XDK11.TGIS_PixelFilterSum | Classes | Methods | Properties
Sum filter for pixel layers - transforms the pixel value to the sum of the values within the block.
// C# public class TGIS_PixelFilterSum : ITGIS_PixelFilterSum, ITGIS_PixelFilterAbstractEvents { }
' VisualBasic Public Class TGIS_PixelFilterSum Implements ITGIS_PixelFilterSum Implements ITGIS_PixelFilterAbstractEvents End Class
// Oxygene type TGIS_PixelFilterSum = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
BusyEvent | public | (Inherited from ITGIS_PixelFilterAbstractEvents) |
|
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 | |
---|---|---|---|
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) |
|
BlockSize | public | Size of the moving block (number of columns/rows); default is 3 (for a 3x3 block). (Inherited from ITGIS_PixelFilterBlockStats) |
|
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) |
|