User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.project3d_ref_tgis_point3d

Table of Contents

TGIS_Layer.Project3D_Ref method

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

Applies a projection on the single point in 3D.

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

Syntax

// Delphi
public
  procedure Project3D_Ref(
    var _ptg : TGIS_Point3D
  ); virtual;
// C++ Builder
public:
  virtual void Project3D_Ref(
    TGIS_Point3D* &_ptg
  );

Parameters

Name Type Description
_ptg TGIS_Point3D point to be unprojected

Remarks

If Rotation has been applied then point will be rotated accordingly.

2022/11/16 01:18

Page Tools