User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprojabstract.unproject3d_ref_itgis_point3d

Table of Contents

ITGIS_CSProjAbstract.Unproject3D_Ref method

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

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

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

Syntax

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

Parameters

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

Page Tools