User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csprojboggseumorphic.project3d_ref_tgis_point3d

Table of Contents

TGIS_CSProjBoggsEumorphic.Project3D_Ref method

DK11 for .NET | TatukGIS.NDK.TGIS_CSProjBoggsEumorphic.Project3D_Ref | Constructors | Fields | Methods | Properties

This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing in most cases) coordinates, according to the current ellipsoid and projection parameters.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_CSProjAbstract.Project3D_Ref.

// C#
public override void Project3D_Ref(
  ref TGIS_Point3D _coords
);
' VisualBasic
Public Overrides Sub Project3D_Ref(
  ByRef _coords As TGIS_Point3D
)
// Oxygene
public
  procedure Project3D_Ref(
    var _coords : TGIS_Point3D
  ); override;

Parameters

Name Type Description
_coords TGIS_Point3D geodetic coordinates (in radians)
2021/12/07 08:59

Page Tools