User Tools

Site Tools


api:dk11:delphi:giscsprojections.tgis_csprojabstract.projectpost_tgis_point3d_double_double

Table of Contents

TGIS_CSProjAbstract.projectPost method

DK11 for Delphi | GisCsProjections.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: .NET | Java.

Syntax

// Delphi
protected
  procedure projectPost(
    var _coords : TGIS_Point3D;
    const _xy_x : Double;
    const _xy_y : Double
  );
// C++ Builder
protected:
  void projectPost(
    TGIS_Point3D* &_coords,
    const double _xy_x,
    const double _xy_y
  );

Parameters

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

Page Tools