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.
// 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;
Name | Type | Description |
---|---|---|
_coords | ITGIS_Point | geodetic coordinates (in radians) |
_prec | int Integer | precision (0..5); 5 is default |
Type | Description |
---|---|
WideString | converted coordinate |