User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_point3d

ITGIS_Point3D interface

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Point3D | Interfaces | Methods | Properties

Like TGIS_Point, but 3rd dimension (Z) and measure (M) added.

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

Syntax

// C#
public interface ITGIS_Point3D: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_Point3D
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_Point3D = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
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)

Properties

Inherited Protected
Name Visibility Description
M public measure
X public horizontal position
Y public vertical position
Z public altitude

Remarks

Measure is added for Shapefile compatibility.

2022/11/30 19:09

Page Tools