User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csabstract.create_integer_string

Table of Contents

TGIS_CSAbstract.TGIS_CSAbstract(int, java.lang.String) constructor

DK for Java | tatukgis.jdk.TGIS_CSAbstract.Create | Overloads | Constructors | Methods | Properties

Create an instance.

Available also on: Delphi | .NET | Python.

Syntax

// Java
public TGIS_CSAbstract(
  int _epsg,
  java.lang.String _wkt
);
// Oxygene
public
  constructor (
    _epsg : Integer;
    _wkt : String
  );

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the unit
_wkt java.lang.String
String
WKT name for the unit
2025/01/31 01:15

Page Tools