User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.unproject_itgis_point

Table of Contents

ITGIS_Layer.Unproject method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Unproject | Methods | Properties

Applies reverse projection (recovers from the projection) on the single point.

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

Syntax

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

Parameters

Name Type Description
_ptg ITGIS_Point point to be unprojected

Result

Type Description
ITGIS_Point unprojected point
2022/11/16 01:09

Page Tools