DK11 for Python | tatukgis.pdk.TGIS_VectorToGridAbstract | Classes | Constructors | Methods | Properties | Events
Abstract class for all classes which implement grid generation from vector data.
# Python class TGIS_VectorToGridAbstract( Object ):
→ Object
Name | Visibility | Description | |
---|---|---|---|
__init__ | public | Creates an instance. | |
Name | Visibility | Description | |
---|---|---|---|
Generate | public | Populates a pixel (grid) layer with values resulting from computations based on the set of sample points from the vector layer. | |
Name | Visibility | Description | |
---|---|---|---|
Coordinate | public | Defines which coordinate is taken as interpolation value if the interpolation is not based on an attribute field; default is Z. | |
DefaultValue | public | If UseDefaultValue is true, then this value will be set for each grid cell for which the interpolated value cannot be computed. | |
UseDefaultValue | public | If true, then each grid cell for which the interpolated value cannot be computed will be set to DefaultValue. | |