DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSProjGridAbstract.UnprojectedTxt | 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 ITGIS_Point UnprojectedTxt( WideString _coords );
' VisualBasic Public Function UnprojectedTxt( ByVal _coords As WideString ) As ITGIS_Point
// Oxygene public function UnprojectedTxt( _coords : WideString ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_coords | WideString | string coordinate |
Type | Description |
---|---|
ITGIS_Point | converted coordinate |