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.
# Python class TGIS_Transform( Object ):
→ Object
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. | |
Name | Visibility | Description | |
---|---|---|---|
Active | public | True if transformation is active. | |
CuttingPolygon | public | WKT of cutting polygon. | |