User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.unproject_ref_tgis_point

Table of Contents

TGIS_Layer.Unproject_Ref method

DK11 for Java | tatukgis.jdk.TGIS_Layer.Unproject_Ref | Constructors | Fields | Methods | Properties | Events

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

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

Syntax

// Java
public void Unproject_Ref(
  TGIS_Point _ptg
);
// Oxygene
public
  procedure Unproject_Ref(
    _ptg : TGIS_Point
  ); virtual;

Parameters

Name Type Description
_ptg TGIS_Point point to be projected

Remarks

If Rotation has been applied then point will be rotated accordingly.

2022/11/16 01:43

Page Tools