DK11 for Delphi | GisInterfaces.IGIS_Viewer.SetCSByWKTFile | Methods | Properties
Setup Coordinate System to a coordinate system provided by file which contains 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 );
// C++ Builder public: void SetCSByWKTFile( const UnicodeString _path ) = 0;
Name | Type | Description |
---|---|---|
_path | String | path with WKT string (for example shapefile .PRJ) |