DK for Python | tatukgis_pdk.TGIS_LayerPixel.GetGrid | Constructors | Methods | Properties | Events
Fills provided _grid array with values defined by _extent. If the current layer does not fully cover the _extent then values outside the layer scope should be left untouched.
# Python def GetGrid( self, _extent: TGIS_Extent, _grid: TGIS_GridArray ) -> bool:
| Name | Type | Description |
|---|---|---|
| _extent | TGIS_Extent | extent of the _grid |
| _grid | TGIS_GridArray | allocated array (width/height ratio of the _grid should be the same as width/height ration of the _extent) |
| Type | Description |
|---|---|
| bool | True if success |
Function provide data with coordinate system applied.