User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.project_tgis_point

Table of Contents

TGIS_Layer.Project method

DK for Delphi | GisLayer.TGIS_Layer.Project | Constructors | Fields | Methods | Properties | Events

Applies a projection on the single point.

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

Syntax

// Delphi
public
  function Project(
    const _ptg : TGIS_Point
  ) : TGIS_Point; virtual;
// C++ Builder
public:
  virtual TGIS_Point* Project(
    TGIS_Point* const _ptg
  );

Parameters

Name Type Description
_ptg TGIS_Point point to be projected

Result

Type Description
TGIS_Point point with applied projection
2025/01/31 01:07

Page Tools