User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csabstractlist.uniquewkt_integer_string

Table of Contents

TGIS_CSAbstractList.uniqueWkt method

DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstractList.uniqueWkt | Constructors | Methods | Properties

Generate unique WKT name

Available also on: Delphi | Java.

Syntax

// C#
protected string uniqueWkt(
  int _epsg,
  string _wkt
);
' VisualBasic
Protected Function uniqueWkt(
  ByVal _epsg As Integer,
  ByVal _wkt As String
) As String
// 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 string
String
suggested WKT name; if it is not unique the returned will be names xyz_1, xyz_2

Result

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

Page Tools