DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PixelItem | Interfaces | Methods | Properties
Pixel value used mainly in iterators.
// C# public interface ITGIS_PixelItem: ITBaseObject { }
' VisualBasic Public Interface ITGIS_PixelItem Implements ITBaseObject End Class
// Oxygene type ITGIS_PixelItem = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
Bands | public | Values of individual bands. | |
Center | public | Coordinates of the center of the pixel in layer coordinate system. | |
Color | public | Color value of the pixel. | |
Distance | public | Distance of pixel along line. | |
Extent | public | Extent of the pixel in layer coordinate system. | |
Value | public | Value of the pixel. | |
Writable | public | If true then pixel is in a writable mode (changes will be posted back after leaving loop) | |