User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.unproject3d_tgis_point3d

Table of Contents

TGIS_Layer.Unproject3D method

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Unproject3D | Constructors | Fields | Methods | Properties | Events

Applies reverse projection (recovers from the projection) on the singlepoint in 3D.

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

Syntax

// C#
public virtual TGIS_Point3D Unproject3D(
  TGIS_Point3D _ptg
);
' VisualBasic
Public Overridable Function Unproject3D(
  ByVal _ptg As TGIS_Point3D
) As TGIS_Point3D
// Oxygene
public
  function Unproject3D(
    _ptg : TGIS_Point3D
  ) : TGIS_Point3D; virtual;

Parameters

Name Type Description
_ptg TGIS_Point3D point to be unprojected

Result

Type Description
TGIS_Point3D unprojected 3D point
2022/11/16 01:31

Page Tools