DK for Delphi | GisCsProjections.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.
// Delphi public function UnprojectedTxt( const _coords : String ) : TGIS_Point; virtual; abstract;
// C++ Builder public: virtual TGIS_Point* UnprojectedTxt( const UnicodeString _coords ) = 0;
| Name | Type | Description |
|---|---|---|
| _coords | String | string coordinate |
| Type | Description |
|---|---|
| TGIS_Point | converted coordinate |