User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_pixelfiltersum

TGIS_PixelFilterSum class

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.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Implements

Methods

Inherited Overrides Protected
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)

Properties

Inherited Protected
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)

References

2024/12/20 22:15

Page Tools