User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprojgridabstract.projectedtxt_2_itgis_point_integer

Table of Contents

ITGIS_CSProjGridAbstract.ProjectedTxt_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSProjGridAbstract.ProjectedTxt_2 | 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 | .NET | Java | Python.

Syntax

// C#
public WideString ProjectedTxt_2(
  ITGIS_Point _coords,
  int _prec
);
' VisualBasic
Public Function ProjectedTxt_2(
  ByVal _coords As ITGIS_Point,
  ByVal _prec As Integer
) As WideString
// Oxygene
public
  function ProjectedTxt_2(
    _coords : ITGIS_Point;
    _prec : Integer
  ) : WideString;

Parameters

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

Result

Type Description
WideString converted coordinate
2022/11/16 01:08

Page Tools