DK11 for Delphi | GisFileGDAL.TGIS_FileGDAL.WriteRasterBandGrid | Constructors | Fields | Methods | Properties
Read raster band grid data.
// Delphi public procedure WriteRasterBandGrid( const _id : Integer; const _xOff : Integer; const _yOff : Integer; const _xSize : Integer; const _ySize : Integer; const _buffer : TGIS_SingleArray; const _bufXSize : Integer; const _bufYSize : Integer );
// C++ Builder public: void WriteRasterBandGrid( const int _id, const int _xOff, const int _yOff, const int _xSize, const int _ySize, TGIS_SingleArray* const _buffer, const int _bufXSize, const int _bufYSize );
Name | Type | Description |
---|---|---|
_id | Integer | band id |
_xOff | Integer | the x coordinate of the top left corner of the rectangular region of the image to be read/written. |
_yOff | Integer | the y coordinate of the top left corner of the rectangular region of the image. |
_xSize | Integer | the width of the rectangular region of the image. |
_ySize | Integer | the height of the rectangular region of the image. |
_buffer | TGIS_SingleArray | pointer to an in memory buffer. |
_bufXSize | Integer | the width of the buffer in pixels. |
_bufYSize | Integer | the height of the buffer in pixels. |