User Tools

Site Tools


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

Table of Contents

TGIS_CSProjAbstract.Project method

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

Parameters

Name Type Description
_coords TGIS_Point coordinates to be projected (in radians)

Result

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

Page Tools