User Tools

Site Tools


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

Table of Contents

TGIS_CSProjAbstract.Project3D method

DK11 for .NET | TatukGIS.NDK.TGIS_CSProjAbstract.Project3D | 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_Point3D Project3D(
  TGIS_Point3D _coords
);
' VisualBasic
Public Function Project3D(
  ByVal _coords As TGIS_Point3D
) As TGIS_Point3D
// Oxygene
public
  function Project3D(
    _coords : TGIS_Point3D
  ) : TGIS_Point3D;

Parameters

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

Result

Type Description
TGIS_Point3D converted coordinate
2022/11/16 01:28

Page Tools