User Tools

Site Tools


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

Table of Contents

TGIS_CSProjAbstract.Project3D method

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

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

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

Syntax

# Python
def Project3D(
  self
  _coords: tatukgis.pdk.TGIS_Point3D
) -> tatukgis.pdk.TGIS_Point3D: 

Parameters

Name Type Description
_coords tatukgis.pdk.TGIS_Point3D coordinates to be projected (in radians)

Result

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

Page Tools