DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.PutGrid | Constructors | Fields | Methods | Properties | Events
Puts _grid array into layer at the place defined by _extent. If the current layer does not fully cover the _extent then values outside the layer scope should be left untouched.
// Delphi public function PutGrid( const _extent : TGIS_Extent; const _grid : TGIS_GridArray ) : Boolean; virtual;
// C++ Builder public: virtual bool PutGrid( TGIS_Extent* const _extent, TGIS_GridArray* const _grid );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent of the _grid |
_grid | TGIS_GridArray | array (with/height ratio of the _grid should be the same as width/height ration of the _extent) |
Type | Description |
---|---|
Boolean | True if success |