DK11 for ActiveX | TatukGIS_XDK11.ITGIS_TransformCustom | Interfaces | Methods | Properties
Custom transform.
// C# public interface ITGIS_TransformCustom: ITGIS_Transform { }
' VisualBasic Public Interface ITGIS_TransformCustom Implements ITGIS_Transform End Class
// Oxygene type ITGIS_TransformCustom = public interface( ITGIS_Transform ) 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. (Inherited from ITGIS_Transform) |
|
MustSave | public | Check if transformation was modified by editing. (Inherited from ITGIS_Transform) |
|
SaveToFile | public | Save transformation definitions to the file. (Inherited from ITGIS_Transform) |
|
Transform | public | Transform point. (Inherited from ITGIS_Transform) |
|
Transform3D_Ref | public | Transform point 3D by reference. (Inherited from ITGIS_Transform) |
|
Untransform | public | Untransform point. (Inherited from ITGIS_Transform) |
|
Untransform3D_Ref | public | Untransform point 3D by reference. (Inherited from ITGIS_Transform) |
|
Name | Visibility | Description | |
---|---|---|---|
Active | public | True if transformation is active. (Inherited from ITGIS_Transform) |
|
CuttingPolygon | public | WKT of cutting polygon. (Inherited from ITGIS_Transform) |
|