DK11 for Java | tatukgis.jdk.TGIS_CSAbstractList.Create | Overloads | Constructors | Methods | Properties
Create an instance and attach it to existing global list.
// 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 );
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 |