User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.project_ref_tgis_point

Table of Contents

TGIS_Layer.Project_Ref method

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

Applies a projection on the single point.

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

Syntax

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

Parameters

Name Type Description
_ptg TGIS_Point point to be projected

Remarks

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

2022/11/16 01:18

Page Tools