DK11 for Python | tatukgis.pdk.TGIS_VectorToGridAbstract.Generate | Constructors | Methods | Properties | Events
Populates a pixel (grid) layer with values resulting from computations based on the set of sample points from the vector layer.
# Python def Generate( self, _src: TGIS_LayerVector, _srcext: TGIS_Extent, _srcfld: str, _dst: TGIS_LayerPixel, _dstext: TGIS_Extent ) -> None:
Name | Type | Description |
---|---|---|
_src | TGIS_LayerVector | source layer which contains the sample points |
_srcext | TGIS_Extent | extent of interest on the source layer |
_srcfld | str | the name of the numeric field which contains the values to be used for interpolation; if empty then the coordinate defined by the Coordinate property will be used for interpolation |
_dst | TGIS_LayerPixel | destination grid layer |
_dstext | TGIS_Extent | extent on the destination layer to be populated with interpolated data |