User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csprojabstract.project_tgis_point

Table of Contents

TGIS_CSProjAbstract.Project method

DK11 for .NET | TatukGIS.NDK.TGIS_CSProjAbstract.Project | Constructors | Fields | 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 | Java | ActiveX | Python.

Syntax

// C#
public TGIS_Point Project(
  TGIS_Point _coords
);
' VisualBasic
Public Function Project(
  ByVal _coords As TGIS_Point
) As TGIS_Point
// Oxygene
public
  function Project(
    _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
2024/12/20 22:21

Page Tools