DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.SaveAsPrettyWKTFile | Constructors | Fields | Methods | Properties
Save the current coordinate system to a WKT file (like .PRJ) file. Saved file will be formatted to a multiline, human readable format.
See also: SaveAsWKTFile.
// Delphi public procedure SaveAsPrettyWKTFile( const _path : String );
// C++ Builder public: void SaveAsPrettyWKTFile( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | path (including file name ) of the file to be saved |