DK11 for Delphi | GisCsFactory.TGIS_CSFactory.ByWKTFile | Methods
Create (or find existing) definition from provided file with WKT (like .prj file).
// Delphi public class function ByWKTFile( const _path : String ) : TGIS_CSCoordinateSystem;
// C++ Builder public: __classmethod TGIS_CSCoordinateSystem* ByWKTFile( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | path to file with WKT string |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition, newly created one or nil. |