User Tools

Site Tools


api:dk11:delphi:giscsfactory.tgis_csfactory.bywktfile_string

Table of Contents

TGIS_CSFactory.ByWKTFile method

DK11 for Delphi | GisCsFactory.TGIS_CSFactory.ByWKTFile | Methods

Create (or find existing) definition from provided file with WKT (like .prj file).

Available also on: .NET | Java | ActiveX | Python.

Syntax

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

Parameters

Name Type Description
_path String path to file with WKT string

Result

Type Description
TGIS_CSCoordinateSystem Found definition, newly created one or nil.
2022/11/16 01:15

Page Tools