User Tools

Site Tools


api:dk11:delphi:giscsesri.tgis_csfactoryesri.buildcsfromfile_string

Table of Contents

TGIS_CSFactoryEsri.BuildCsFromFile method

DK11 for Delphi | GisCsEsri.TGIS_CSFactoryEsri.BuildCsFromFile | Methods

Construct CS form ESRI like projection file.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  class function BuildCsFromFile(
    const _file : String
  ) : TGIS_CSCoordinateSystem;
// C++ Builder
public:
  __classmethod TGIS_CSCoordinateSystem* BuildCsFromFile(
    const UnicodeString _file
  );

Parameters

Name Type Description
_file String path to the file

Result

Type Description
TGIS_CSCoordinateSystem Constructed/Found coordinate system or nil.
2022/11/16 01:15

Page Tools