User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csprojboggseumorphic.project3d_ref_tgis_point3d

Table of Contents

TGIS_CSProjBoggsEumorphic.Project3D_Ref method

DK11 for Java | tatukgis.jdk.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 | .NET.

Overrides TGIS_CSProjAbstract.Project3D_Ref.

Syntax

// Java
public void Project3D_Ref(
  TGIS_Point3D _coords
);
// Oxygene
public
  procedure Project3D_Ref(
    _coords : TGIS_Point3D
  ); override;

Parameters

Name Type Description
_coords TGIS_Point3D geodetic coordinates (in radians)
2017/09/04 11:19

Page Tools