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