User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csprojabstract.projectpost_tgis_point3d_double_double

Table of Contents

TGIS_CSProjAbstract.projectPost method

DK11 for .NET | TatukGIS.NDK.TGIS_CSProjAbstract.projectPost | Constructors | Fields | Methods | Properties

Procedure will be called from .Project after any projection code. Purpose is to setup proper coordinates.

Available also on: Delphi | Java.

Syntax

// C#
protected void projectPost(
  ref TGIS_Point3D _coords,
  double _xy_x,
  double _xy_y
);
' VisualBasic
Protected Sub projectPost(
  ByRef _coords As TGIS_Point3D,
  ByVal _xy_x As Double,
  ByVal _xy_y As Double
)
// Oxygene
protected
  procedure projectPost(
    var _coords : TGIS_Point3D;
    _xy_x : Double;
    _xy_y : Double
  );

Parameters

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

Page Tools