User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_point3d

TGIS_Point3D record

DK11 for .NET | TatukGIS.NDK.TGIS_Point3D | Records | Constructors | Fields | Methods

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

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

Syntax

// C#
public struct TGIS_Point3D
{
}
' VisualBasic
Public Structure TGIS_Point3D
End Structure
// Oxygene
type
  TGIS_Point3D = public record
  end;

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_Point3D(double, double) public Create object on given coordinates.
TGIS_Point3D(double, double, double) public Create object on given coordinates.
TGIS_Point3D(double, double, double, double) public Create object on given coordinates.
TGIS_Point3D(int, int) public Create object on given coordinates.
TGIS_Point3D(int, int, int) public Create object on given coordinates.
TGIS_Point3D(int, int, int, int) public Create object on given coordinates.

Fields

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

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

Remarks

Measure is added for Shapefile compatibility.

2022/11/30 19:28

Page Tools