User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.unrotatedpoint_tgis_point

Table of Contents

TGIS_Viewer.UnrotatedPoint method

DK11 for Java | tatukgis.jdk.TGIS_Viewer.UnrotatedPoint | Constructors | Fields | Methods | Properties | Events

Compute original position of the rotated point.

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

Syntax

// Java
public TGIS_Point UnrotatedPoint(
  TGIS_Point _ptg
);
// Oxygene
public
  function UnrotatedPoint(
    _ptg : TGIS_Point
  ) : TGIS_Point;

Parameters

Name Type Description
_ptg TGIS_Point rotated point

Result

Type Description
TGIS_Point Original un-rotated map coordinates.

Remarks

2022/11/30 19:36

Page Tools