User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csabstractlist.uniquewkt_integer_string

Table of Contents

TGIS_CSAbstractList.uniqueWkt method

DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.uniqueWkt | Constructors | Methods | Properties

Generate unique WKT name

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function uniqueWkt(
    const _epsg : Integer;
    const _wkt : String
  ) : String;
// C++ Builder
protected:
  UnicodeString uniqueWkt(
    const int _epsg,
    const UnicodeString _wkt
  );

Parameters

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

Result

Type Description
String unique WKT string.
2020/05/07 01:06

Page Tools