User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csprojabstract.unproject3d_tgis_point3d

Table of Contents

TGIS_CSProjAbstract.Unproject3D method

DK11 for Python | tatukgis.pdk.TGIS_CSProjAbstract.Unproject3D | Constructors | Methods | Properties

This function unprojects the projected (easting and northing) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.

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

Syntax

# Python
def Unproject3D(
  self,
  _coords: TGIS_Point3D
) -> TGIS_Point3D: 

Parameters

Name Type Description
_coords TGIS_Point3D coordinates to be unprojected (in meters)

Result

Type Description
TGIS_Point3D converted coordinate
2023/08/09 01:52

Page Tools