DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Transform | Interfaces | 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.
// C# public interface ITGIS_Transform: ITBaseObject { }
' VisualBasic Public Interface ITGIS_Transform Implements ITBaseObject End Class
// Oxygene type ITGIS_Transform = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
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. | |