DK11 for .NET | TatukGIS.NDK.TGIS_CSProjGridAbstract.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.
// C# public virtual abstract string ProjectedTxt( TGIS_Point _coords, int _prec );
' VisualBasic Public Overridable MustOverride Function ProjectedTxt( ByVal _coords As TGIS_Point, ByVal _prec As Integer ) As String
// Oxygene public function ProjectedTxt( _coords : TGIS_Point; _prec : Integer ) : String; virtual; abstract;
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 |