User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csfactory.bywktfile_string

Table of Contents

TGIS_CSFactory.ByWKTFile method

DK11 for .NET | TatukGIS.NDK.TGIS_CSFactory.ByWKTFile | Methods

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

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

Syntax

// C#
public static TGIS_CSCoordinateSystem ByWKTFile(
  string _path
);
' VisualBasic
Public Shared Function ByWKTFile(
  ByVal _path As String
) As TGIS_CSCoordinateSystem
// Oxygene
public
  class function ByWKTFile(
    _path : String
  ) : TGIS_CSCoordinateSystem;

Parameters

Name Type Description
_path string
String
path to file with WKT string

Result

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

Page Tools