DK11 for Delphi | GisInterfaces.IGIS_Viewer.SetCSByWKT | Methods | Properties
Setup Coordinate System to a coordinate system provided by WKT string (GEOGCS or PROJCS). If provided WKT string is empty then coordinate system will be turn off.
// Delphi public procedure SetCSByWKT( const _wkt : String );
// C++ Builder public: void SetCSByWKT( const UnicodeString _wkt ) = 0;
Name | Type | Description |
---|---|---|
_wkt | String | WKT string |