User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_cstransformabstract.towgs_itgis_point

Table of Contents

ITGIS_CSTransformAbstract.ToWGS method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSTransformAbstract.ToWGS | Methods | Properties

This function shifts a geodetic coordinate (in meters) relative to Datum into a geodetic coordinate (in meters) relative to WGS84.

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

Syntax

// C#
public ITGIS_Point ToWGS(
  ITGIS_Point _ptg
);
' VisualBasic
Public Function ToWGS(
  ByVal _ptg As ITGIS_Point
) As ITGIS_Point
// Oxygene
public
  function ToWGS(
    _ptg : ITGIS_Point
  ) : ITGIS_Point;

Parameters

Name Type Description
_ptg ITGIS_Point given coordinates

Result

Type Description
ITGIS_Point Converted coordinates.
2022/11/16 01:09

Page Tools