DK11 for .NET | TatukGIS.NDK.TGIS_PixelFilterMinimum | Constructors | Fields | Methods | Properties
Name | Visibility | Description | |
---|---|---|---|
aBlock | protected | Currently processed block. (Inherited from TGIS_PixelFilterAbstract) |
|
bCompound | protected | If True, then the filter is a compound filter. (Inherited from TGIS_PixelFilterAbstract) |
|
bPrepare | protected | If True, then the filter must be prepared before execution; False by default. (Inherited from TGIS_PixelFilterAbstract) |
|
bProcPixel | protected | If True, then the filter processes pixel-by-bixel instead of blocks; False by default. (Inherited from TGIS_PixelFilterAbstract) |
|
dstNoData | protected | NoData value of the destination layer. (Inherited from TGIS_PixelFilterAbstract) |
|
iBlockSize | protected | Size of the filter block (row/column length). (Inherited from TGIS_PixelFilterAbstract) |
|
iValueCnt | protected | Number of valid values in the current block. (Inherited from TGIS_PixelFilterAbstract) |
|
oBounds | protected | Bounds of the source layer. (Inherited from TGIS_PixelFilterAbstract) |
|
srcLock | protected | Pixel lock of the source layer. (Inherited from TGIS_PixelFilterAbstract) |
|
srcMaxVal | protected | Maximum value of the source layer. (Inherited from TGIS_PixelFilterAbstract) |
|
srcMinVal | protected | Minimum value of the source layer. (Inherited from TGIS_PixelFilterAbstract) |
|
srcNoData | protected | NoData value of the source layer. (Inherited from TGIS_PixelFilterAbstract) |
|
srcValue | protected | Value (or lightness) of the current pixel of the source layer. (Inherited from TGIS_PixelFilterAbstract) |
|