DK11 for Delphi | GisLayer.TGIS_Layer.SetCSByWKTFile | Constructors | Fields | Methods | Properties | Events
Sets up Coordinate System to a coordinate system provided by a file which contains a WKT string (GEOGCS or PROJCS). If file does not exist or provided WKT string is empty then coordinate system will be turned off.
// Delphi public procedure SetCSByWKTFile( const _path : String ); virtual;
// C++ Builder public: virtual void SetCSByWKTFile( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | path with WKT string (for example shapefile .PRJ) |