User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.project3d_tgis_point3d

Table of Contents

TGIS_Layer.Project3D method

DK11 for Delphi | GisLayer.TGIS_Layer.Project3D | Constructors | Fields | Methods | Properties | Events

Applies a projection on the single point in 3D.

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

Syntax

// Delphi
public
  function Project3D(
    const _ptg : TGIS_Point3D
  ) : TGIS_Point3D; virtual;
// C++ Builder
public:
  virtual TGIS_Point3D* Project3D(
    TGIS_Point3D* const _ptg
  );

Parameters

Name Type Description
_ptg TGIS_Point3D point to be projected

Result

Type Description
TGIS_Point3D 3D point with applied projection
2022/11/16 01:18

Page Tools