User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_transform

TGIS_Transform class

DK11 for Python | tatukgis.pdk.TGIS_Transform | Classes | Constructors | Methods | Properties

Base class for layer transformations. A sample class that can inherits form TGIS_Transform is polynomial transformation which can transform layer according to GCP points.

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

Syntax

# Python
class TGIS_Transform( Object ):

Inheritance

→ Object

Constructors

Inherited Overrides Protected
Name Visibility Description
__init__ public Create instance.

Methods

Inherited Overrides Protected
Name Visibility Description
LoadFromFile public Load transformation definitions from the file.
MustSave public Check if transformation was modified by editing.
SaveToFile public Save transformation definitions to the file.
Transform public Transform point.
Transform3D_Ref public Transform point 3D by reference.
Untransform public Untransform point.
Untransform3D_Ref public Untransform point 3D by reference.

Properties

Inherited Protected
Name Visibility Description
Active public True if transformation is active.
CuttingPolygon public WKT of cutting polygon.

References

2022/11/30 19:42

Page Tools