User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstractList.TGIS_CSAbstractList(TGIS_CSAbstractList, bool, bool) constructor

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

Creates a list attached to an existing global definition list with optional uniqueness checks.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public TGIS_CSAbstractList(
  TGIS_CSAbstractList _lst,
  bool _unique_id,
  bool _unique_wkt
);
// Oxygene
public
  constructor (
    _lst : TGIS_CSAbstractList;
    _unique_id : Boolean;
    _unique_wkt : Boolean
  );

Parameters

Name Type Description
_lst TGIS_CSAbstractList Existing list instance to attach to.
_unique_id bool
Boolean
True to raise an exception when an object EPSG identifier is not unique.
_unique_wkt bool
Boolean
True to raise an exception when an object WKT name is not unique.

Remarks

Only for internal use of TatukGIS.

2026/07/11 01:22

Page Tools