DK11 for Delphi | GisCsEsri.TGIS_CSFactoryEsri.BuildCsFromFile | Methods
Construct CS form ESRI like projection file.
// Delphi public class function BuildCsFromFile( const _file : String ) : TGIS_CSCoordinateSystem;
// C++ Builder public: __classmethod TGIS_CSCoordinateSystem* BuildCsFromFile( const UnicodeString _file );
Name | Type | Description |
---|---|---|
_file | String | path to the file |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Constructed/Found coordinate system or nil. |