User Tools

Site Tools


api:dk11:delphi:giscsprojections.tgis_csprojgallstereographic.project3d_ref_tgis_point3d

Table of Contents

TGIS_CSProjGallStereographic.Project3D_Ref method

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

Syntax

Overrides TGIS_CSProjAbstract.Project3D_Ref.

// Delphi
public
  procedure Project3D_Ref(
    var _coords : TGIS_Point3D
  ); override;
// C++ Builder
public:
  virtual void Project3D_Ref(
    TGIS_Point3D* &_coords
  );

Parameters

Name Type Description
_coords TGIS_Point3D geodetic coordinates (in radians)
2020/05/07 01:06

Page Tools