DK for Delphi | GisCsFactory.TGIS_CSFactory.ByWKT | Methods
Create (or find existing) definition from provided WKT string.
// Delphi public class function ByWKT( const _wkt : String ) : TGIS_CSCoordinateSystem;
// C++ Builder public: __classmethod TGIS_CSCoordinateSystem* ByWKT( const UnicodeString _wkt );
| Name | Type | Description |
|---|---|---|
| _wkt | String | WKT string; full WKT or just a name of entity like 'GRS_1980' |
| Type | Description |
|---|---|
| TGIS_CSCoordinateSystem | Found definition, newly created one or nil. |