User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csfactory.bywktfile_widestring

Table of Contents

ITGIS_CSFactory.ByWKTFile method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSFactory.ByWKTFile | Methods

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

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

Syntax

// C#
public ITGIS_CSCoordinateSystem ByWKTFile(
  WideString _path
);
' VisualBasic
Public Function ByWKTFile(
  ByVal _path As WideString
) As ITGIS_CSCoordinateSystem
// Oxygene
public
  function ByWKTFile(
    _path : WideString
  ) : ITGIS_CSCoordinateSystem;

Parameters

Name Type Description
_path WideString path to file with WKT string

Result

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

Page Tools