User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csfactory.bywktfile_string

Table of Contents

TGIS_CSFactory.ByWKTFile method

DK for Java | tatukgis.jdk.TGIS_CSFactory.ByWKTFile | Methods

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

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

Syntax

// Java
public static TGIS_CSCoordinateSystem ByWKTFile(
  java.lang.String _path
);
// Oxygene
public
  class function ByWKTFile(
    _path : String
  ) : TGIS_CSCoordinateSystem;

Parameters

Name Type Description
_path java.lang.String
String
path to file with WKT string

Result

Type Description
TGIS_CSCoordinateSystem Found definition, newly created one or nil.
2025/01/31 01:15

Page Tools