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

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

Create an instance and attach it to existing global list.

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 pointer to existing global list
_unique_id bool
Boolean
if true the exception will be raised if object ID is not unique
_unique_wkt bool
Boolean
if true the exception will be raised if object WKT is not unique

Remarks

only for internal use of TatukGIS

2022/11/16 01:40

Page Tools