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.
// 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 | 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. |