DK for .NET | TatukGIS.NDK.TGIS_CSProjGridAbstract.UnprojectedTxt | Constructors | Fields | Methods | Properties
This function unprojects the projected (string) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.
// C# public virtual abstract TGIS_Point UnprojectedTxt( string _coords );
' VisualBasic Public Overridable MustOverride Function UnprojectedTxt( ByVal _coords As String ) As TGIS_Point
// Oxygene public function UnprojectedTxt( _coords : String ) : TGIS_Point; virtual; abstract;
| Name | Type | Description |
|---|---|---|
| _coords | string String | string coordinate |
| Type | Description |
|---|---|
| TGIS_Point | converted coordinate |