User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_vectortogridabstract

TGIS_VectorToGridAbstract class

DK11 for Python | tatukgis.pdk.TGIS_VectorToGridAbstract | Classes | Constructors | Methods | Properties | Events

Abstract class for all classes which implement grid generation from vector data.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
class TGIS_VectorToGridAbstract( Object ):

Inheritance

→ Object

Constructors

Inherited Overrides Protected
Name Visibility Description
__init__ public Creates an instance.

Methods

Inherited Overrides Protected
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.

Properties

Inherited Protected
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.

Events

Inherited Protected
Name Visibility Description
BusyEvent published

2022/11/14 23:03

Page Tools