User Tools

Site Tools


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

Table of Contents

TGIS_CSProjAbstract.unprojectPre method

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

Procedure will be called from .Unproject before any projection code. Purpose is to setup proper coordinates.

Available also on: Delphi | .NET.

Syntax

// Java
protected void unprojectPre(
  TGIS_Point3D _coords,
  /* ref */ @ValueTypeParameter VarParameter<double> _xy_x,
  /* ref */ @ValueTypeParameter VarParameter<double> _xy_y
);
// Oxygene
protected
  procedure unprojectPre(
    _coords : TGIS_Point3D;
    var _xy_x : Double;
    var _xy_y : Double
  );

Parameters

Name Type Description
_coords TGIS_Point3D coordinates to be translated xy structure
_xy_x double
Double
easting
_xy_y double
Double
northing
2020/05/07 01:11

Page Tools