User Tools

Site Tools


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

Table of Contents

TGIS_CSProjAbstract.Unproject method

DK11 for Python | tatukgis.pdk.TGIS_CSProjAbstract.Unproject | 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 Unproject(
  self
  _coords: tatukgis.pdk.TGIS_Point
) -> tatukgis.pdk.TGIS_Point: 

Parameters

Name Type Description
_coords tatukgis.pdk.TGIS_Point coordinates to be unprojected (in meters)

Result

Type Description
tatukgis.pdk.TGIS_Point converted coordinate
2022/11/30 15:59

Page Tools