User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprojabstract.project3d_ref_itgis_point3d

Table of Contents

ITGIS_CSProjAbstract.Project3D_Ref method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSProjAbstract.Project3D_Ref | Methods | Properties

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

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

Syntax

// C#
public void Project3D_Ref(
  ref ITGIS_Point3D _coords
);
' VisualBasic
Public Sub Project3D_Ref(
  ByRef _coords As ITGIS_Point3D
)
// Oxygene
public
  procedure Project3D_Ref(
    var _coords : ITGIS_Point3D
  );

Parameters

Name Type Description
_coords ITGIS_Point3D geodetic coordinates (in radians)
2022/11/16 01:08

Page Tools