User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csprojf16grs.projectedtxt_tgis_point_integer

Table of Contents

TGIS_CSProjF16GRS.ProjectedTxt(TGIS_Point, int) method

DK11 for .NET | TatukGIS.NDK.TGIS_CSProjF16GRS.ProjectedTxt | Overloads | Constructors | Fields | Methods | Properties

This function projects geodetic (latitude and longitude) coordinates into projected (string) coordinates, according to the current ellipsoid and projection parameters.

Available also on: Delphi | Java | Python.

Syntax

Overrides TGIS_CSProjMGRS.ProjectedTxt.

// C#
public override string ProjectedTxt(
  TGIS_Point _coords,
  int _prec
);
' VisualBasic
Public Overrides Function ProjectedTxt(
  ByVal _coords As TGIS_Point,
  ByVal _prec As Integer
) As String
// Oxygene
public
  function ProjectedTxt(
    _coords : TGIS_Point;
    _prec : Integer
  ) : String; override;

Parameters

Name Type Description
_coords TGIS_Point geodetic coordinates (in radians)
_prec int
Integer
precision (0..5); 5 is default

Result

Type Description
string
String
converted coordinate
2022/11/16 01:28

Page Tools