User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csabstractlist.uniquewkt_integer_string

Table of Contents

TGIS_CSAbstractList.uniqueWkt method

DK11 for Java | tatukgis.jdk.TGIS_CSAbstractList.uniqueWkt | Constructors | Methods | Properties

Generate unique WKT name

Available also on: Delphi | .NET.

Syntax

// Java
protected java.lang.String uniqueWkt(
  int _epsg,
  java.lang.String _wkt
);
// Oxygene
protected
  function uniqueWkt(
    _epsg : Integer;
    _wkt : String
  ) : String;

Parameters

Name Type Description
_epsg int
Integer
if provided EPSG already exists then returned value will be already existing WKT name associated with EPSG
_wkt java.lang.String
String
suggested WKT name; if it is not unique the returned will be names xyz_1, xyz_2

Result

Type Description
java.lang.String
String
unique WKT string.
2017/09/04 11:19

Page Tools