User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprojabstract.project3d_itgis_point3d

Table of Contents

ITGIS_CSProjAbstract.Project3D method

DK for ActiveX | TatukGIS_XDK11.ITGIS_CSProjAbstract.Project3D | 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 | Python.

Syntax

// C#
public ITGIS_Point3D Project3D(
  ITGIS_Point3D _coords
);
' VisualBasic
Public Function Project3D(
  ByVal _coords As ITGIS_Point3D
) As ITGIS_Point3D
// Oxygene
public
  function Project3D(
    _coords : ITGIS_Point3D
  ) : ITGIS_Point3D;

Parameters

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

Result

Type Description
ITGIS_Point3D converted coordinate
2025/01/31 01:03

Page Tools