DK11 for Delphi | GisLayer.TGIS_Layer.SetCSByWKT | Constructors | Fields | Methods | Properties | Events
Sets up Coordinate System to a coordinate system provided by a WKT string (GEOGCS or PROJCS). If provided WKT string is empty then coordinate system will be turned off.
// Delphi public procedure SetCSByWKT( const _wkt : String ); virtual;
// C++ Builder public: virtual void SetCSByWKT( const UnicodeString _wkt );
Name | Type | Description |
---|---|---|
_wkt | String | WKT string |