DK11 for ActiveX | TatukGIS_XDK11.TGIS_PixelFilterThreshold | Classes | Methods | Properties
Threshold filter for pixel layers - if the pixel value is smaller than the threshold then it is set to the smallest value in the layer, otherwise to the largest.
// C# public class TGIS_PixelFilterThreshold : ITGIS_PixelFilterThreshold, ITGIS_PixelFilterAbstractEvents { }
' VisualBasic Public Class TGIS_PixelFilterThreshold Implements ITGIS_PixelFilterThreshold Implements ITGIS_PixelFilterAbstractEvents End Class
// Oxygene type TGIS_PixelFilterThreshold = 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) |
|
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) |
|
Threshold | public | Value of the threshold. | |