User Tools

Site Tools


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

Table of Contents

TGIS_CSProjAbstract.projectPre method

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

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

Available also on: Delphi | Java.

Syntax

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

Parameters

Name Type Description
_coords TGIS_Point3D coordinates to be translated into _lp_lan & _lp_phi
_lp_lam double
Double
longitude
_lp_phi double
Double
latitude
2020/05/07 01:15

Page Tools