User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csprojabstract.unproject_tgis_point

Table of Contents

TGIS_CSProjAbstract.Unproject method

DK11 for Java | tatukgis.jdk.TGIS_CSProjAbstract.Unproject | Constructors | Fields | Methods | Properties

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

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

Syntax

// Java
public TGIS_Point Unproject(
  TGIS_Point _coords
);
// Oxygene
public
  function Unproject(
    _coords : TGIS_Point
  ) : TGIS_Point;

Parameters

Name Type Description
_coords TGIS_Point coordinates to be unprojected (in meters)

Result

Type Description
TGIS_Point converted coordinate
2022/11/16 01:40

Page Tools