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

Creates a coordinate system definition element with an EPSG (European Petroleum Survey Group) code and WKT (Well-Known Text) name.

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 identifier for the definition.
_wkt java.lang.String
String
WKT name of the definition.

Remarks

PURPOSE: Creates a definition object with its identifying EPSG code and WKT name already assigned.

BEHAVIOR: Initializes the shared identity fields used by list lookup, aliasing, and serialization logic.

CONSTRAINTS: EPSG and WKT uniqueness can be enforced by the owning list.

2026/07/11 01:22

Page Tools