DK for ActiveX | TatukGIS_XDK11.TGIS_Point3D | Classes | Methods | Properties
Like TGIS_Point, but 3rd dimension (Z) and measure (M) added.
// C# public class TGIS_Point3D : ITGIS_Point3D { }
' VisualBasic Public Class TGIS_Point3D Implements ITGIS_Point3D End Class
// Oxygene type TGIS_Point3D = public class 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) |
|
Name | Visibility | Description | |
---|---|---|---|
M | public | measure | |
X | public | horizontal position | |
Y | public | vertical position | |
Z | public | altitude | |