DK11 for Delphi | GisLayerPixel.TGIS_PixelItem | Classes | Fields | Properties
Pixel value used mainly in iterators.
// Delphi type TGIS_PixelItem = class end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_PixelItem
Name | Visibility | Description | |
---|---|---|---|
Bands | public | Values of individual bands. | |
Color | public | Color value of the pixel. | |
Value | public | Value of the pixel. | |
Name | Visibility | Description | |
---|---|---|---|
Center | public | Coordinates of the center of the pixel in layer coordinate system. | |
Distance | public | Distance of pixel along line. | |
Extent | public | Extent of the pixel in layer coordinate system. | |
Writable | public | If true then pixel is in a writable mode (changes will be posted back after leaving loop) | |