User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_point3d

Table of Contents

TGIS_Point3D record

DK11 for Delphi | GisTypes.TGIS_Point3D | Records | Fields

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

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

Syntax

// Delphi
type
  TGIS_Point3D = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_Point3D
{
};

Fields

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:19

Page Tools